Protected class members can be accessed from classes in same package & other Packages - Core Java
Q. Which class members can be accessed from the classes in the same package as well as classes in other Packages that are subclasses of the declaring class?- Published on 17 Jul 15a. private
b. Public
c. Protected
d. None of the above
ANSWER: Protected