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 15

a. private
b. Public
c. Protected
d. None of the above

ANSWER: Protected

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)