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 ;

DBMS NOTES UNIT 3

                                                              UNIT 3  ER (Entity Relationship) An entity-relationship model is known as an E...