If all the members of all the base classes are private then _____________
(a) There won’t be any use of multiple inheritance
(b) It will make those members public
(c) Derived class can still access them in multiple inheritance
(d) Compile time error
This question was posed to me in an interview for internship.
The question is from Multiple Inheritance in chapter Inheritance & its Types of Object Oriented Programming