InterviewSolution
Saved Bookmarks
| 1. |
Which among the following best describes multiple inheritance?(a) Two classes being parent of any other classes(b) Three classes being parent of other classes(c) More than one class being parent of other child classes(d) More than one class being parent of single childI had been asked this question during an internship interview.My question is taken from Types of Inheritance in division Inheritance & its Types of Object Oriented Programming |
|
Answer» Right choice is (d) More than one CLASS being PARENT of single child |
|