InterviewSolution
Saved Bookmarks
| 1. |
If a base class is being derived by two other classes, which inheritance will that be called?(a) Single(b) Multiple(c) Multi-level(d) HierarchicalI had been asked this question during an online exam.I would like to ask this question from Base Class topic in section Classes of Object Oriented Programming |
|
Answer» The correct answer is (d) Hierarchical |
|