Answer Posted / nashiinformaticssolutions
1. Single inheritance, in which only one base class passes on inheritance to the derived class
2. Multiple inheritance, in which two or more base classes pass on their inheritance to the derived class
3. The derived class inherits from another derived class through multilevel inheritance.
4. Hybrid inheritance, which combines two or more distinct inheritance models
5. Hierarchical inheritance, in which a single base class gives rise to two or more derived classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Will rust take over c++?
Is c++ low level?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is dev c++ used for?
When do you call copy constructors?
What is the real purpose of class – to export data?
What are manipulators used for?
What are the effects after calling the delete this operator ?
What is called array?
What is an operator in c++?
Describe the setting up of my member functions to avoid overriding by the derived class?
What is the oldest programming language?
What are default parameters? How are they evaluated in c++ function?
What is array in c++ pdf?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?