What is class and example?
What is a class oop?
Write on signed and unsigned integers and give three (3) examples each
what is difference between class template and template class?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
string is a class or data type in java?
What is virtual class and friend class?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
What is the real life example of polymorphism?
Can we have a private virtual method ?
2. Give the different notations for the class.\
tell about copy constructor
What is encapsulation with example?