If Protected Inheritance Is Used Then #235
If protected inheritance is used 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 OOps Access Specifiers - OOPs MCQ: Protected Access Specifier - Quiz No.1.
If protected inheritance is used then _____
Public members become public in subclass
Protected members become public in subclass
Protected members become protected in subclass
Protected and Public members become protected in subclass