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
Which bitwise operator is used to check whether a particular bit is on or off?
Why cstdlib is used in c++?
How the virtual functions maintain the call up?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What relational operators if statements in c++?
What will happen if a pointer is deleted twice?
How many characters are recognized by ANSI C++?
What is a block in c++?
Can java be faster than c++?
Explain queue. How it can be implemented?
Which is the best c++ software?
What is a c++ object?
Why is c++ a mid-level programming language?
Which is better c++ or java?
Can I learn c++ without learning c?