InterviewSolution
Saved Bookmarks
| 1. |
How many base classes can a derived class have which is implementing multiple inheritance?(a) Only 2(b) At least 2(c) At most 2(d) As many as requiredThe question was posed to me during an internship interview.This is a very interesting question from Multiple Inheritance topic in portion Inheritance & its Types of Object Oriented Programming |
|
Answer» Right ANSWER is (d) As many as required |
|