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
Tell me an example where stacks are useful?
Explain the concept of memory leak?
Can we delete this pointer in c++?
What is abstraction in c++?
What is the use of pointer in c++ with example?
Does c++ have string data type?
Why is c++ is better than c?
What is the use of cmath in c++?
What is the best ide for c++?
What is flush () in c++?
Is c or c++ more useful?
How are virtual functions implemented in c++?
What is the use of namespace std in C++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?