Thursday, 28 February 2019

KVS PAPER SOLUTION 2018||Computer Literacy Part ||पेपर मैं करे अपने 10 ...

Program to add two numbers in C++

How to make a simple class and object in C++

Learn to make a simple class and object in C++


Syntax of creating a class is
:  

  class Classname
{

Code
};

Syntax of creating object of any class is:


Classname  ObjectName ;

Java Unit Wise Notes

 JAVA Notes   --- UNIT-I DETAILED NOTES (JAVA) 1. History of Java Developed by James Gosling at Sun Microsystems (1991–1995). Initia...