If All The Classes Use Private Inheritance In Multilevel #754
If all the classes use private inheritance in multilevel inheritance 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: Multilevel Inheritance - Quiz No.1.
If all the classes use private inheritance in multilevel inheritance then ______________
It will not be called multilevel inheritance
Each class can access only non-private members of its parent
Each subsequent class can access all members of previous level parent classes
None of the members will be available to any other class