Which Among The Following Can Use Protected Access Specifier #237
Which among the following can use protected access specifier?
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.2.
Which among the following can use protected access specifier?
Members which may be used in other packages
Members which have to be secure and should be used by other packages/subclass
Members which have to be accessed from anywhere in the program
Members which have to be as secure as private but can be used by main() function