If All The Members Of All The Base Classes Are Private Then #775
If all the members of all the base classes are private then _____________
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Inheritance & its Types - OOPs MCQ: Multiple Inheritance - Quiz No.2.
If all the members of all the base classes are private then _____________
There won’t be any use of multiple inheritance
It will make those members public
Derived class can still access them in multiple inheritance
Compile time error