InterviewSolution
Saved Bookmarks
| 1. |
Which members can’t be accessed in derived class in multiple inheritance?(a) Private members of base(b) Public members of base(c) Protected members of base(d) All the members of baseI got this question in final exam.This intriguing question originated from Multiple Inheritance topic in chapter Inheritance & its Types of Object Oriented Programming |
|
Answer» The correct answer is (a) Private MEMBERS of base |
|