The following is the correct interpretation of Hierarchical Inheritance.…
2017
The following is the correct interpretation of Hierarchical Inheritance. ----------------------------------------
- A.
one base class with one derived class
- B.
more than one generation of classes
- C.
more than one base classes with one derived class
- D.
one base class with more than one derived classes
Attempted by 410 students.
Show answer & explanation
Correct answer: D
Correct Answer: one base class with more than one derived classes Explanation: In hierarchical inheritance, a single base class is inherited by multiple derived classes, forming a tree-like structure where all derived classes share the same root base class.
A video solution is available for this question — log in and enroll to watch it.