Answer Posted / teja
class is nothing but a collection of variables n member
functions.
Syntax :
class class name
{
------------
-----------
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we create object of abstract class?
What is abstraction in oops with example?
What is object in oop with example?
Prepare me a program for the animation of train
What does enum stand for?
How to call a non virtual function in the derived class by using base class pointer
What is encapsulation and abstraction? How are they implemented in C++?
What is class in oop with example?
What is the advantage of oop over procedural language?
How to use CMutex, CSemaphore in VC++ MFC
How do you explain polymorphism?
What does and I oop mean in text?
What do you mean by Encapsulation?
What is pointer in oop?
What is the example of polymorphism?