InterviewSolution
Saved Bookmarks
| 1. |
Which type of inheritance leads to diamond problem?(a) Single level(b) Multi-level(c) Multiple(d) HierarchicalI have been asked this question during an interview.Origin of the question is Inheritance topic in portion Inheritance & its Types of Object Oriented Programming |
|
Answer» The correct answer is (c) Multiple |
|