InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is true?(a) Hierarchical inheritance is subset of multiple inheritances(b) Hierarchical inheritance is strongest inheritance type(c) Hierarchical inheritance uses only 2 classes for implementation(d) Hierarchical inheritance allows inheritance of common features to more than one classI had been asked this question in exam.Query is from Hierarchical Inheritance topic in division Inheritance & its Types of Object Oriented Programming |
|
Answer» Correct option is (d) Hierarchical inheritance allows inheritance of common features to more than one class |
|