InterviewSolution
Saved Bookmarks
| 1. |
How many classes should a program contain to implement the multiple inheritance?(a) Only 1(b) At least 1(c) At least 3(d) Exactly 3I got this question during an interview for a job.I'd like to ask this question from Multiple Inheritance topic in section Inheritance & its Types of Object Oriented Programming |
|
Answer» The correct ANSWER is (C) At LEAST 3 |
|