If A Base Class Is Inherited In Protected Access Mode Then #714
If a base class is inherited in protected access mode then which among the following is true?
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: Inheritance - Quiz No.1.
If a base class is inherited in protected access mode then which among the following is true?
Public and Protected members of base class becomes protected members of derived class
Only protected members become protected members of derived class
Private, Protected and Public all members of base, become private of derived class
Only private members of base, become private of derived class