Answer Posted / madasamy.k
Collection of data members(Varibles) and methods(functions)
is called class
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is abstraction with example?
How do you achieve polymorphism?
Why do we use oop?
How do you define a class in oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is the real time example of inheritance?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is object and class in oops?
What are the 4 pillars of oop?
why reinterpret cast is considered dangerous?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is class and object in oops?
What is the important feature of inheritance?
What is variable example?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?