Answer Posted / divya
inheritance is a method which means objects of one class
get the properties of objects of another class. in this we
have 5 types of inheritance
multiple inheritance means deriving a class from two or
more base classes
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Describe the process of creation and destruction of a derived class object?
How do I get good at c++ programming?
Explain what are mutator methods in c++?
Explain what you mean by a pointer.
Is facebook written in c++?
What is null pointer and void pointer and what is their use?
How new/delete differs from malloc()/free?
What is #include iostream in c++?
Mention the storage classes in c++.
Define vptr.
Do vectors start at 0 c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What is const pointer and const reference?
What is the this pointer?
What is the use of bit fields in structure declaration?