Answer (Choose 1 answer)
Select the most correct statement:
A. A protected method may only be accessed by classes or interfaces of the same package.
B. A protected method may only be accessed by classes or interfaces of the same package or by subclasses of the class in which it is declared.
C. A protected method may only be accessed by the class in which it is declared or by the subclasses of
that class.
D. A protected method may only be accessed by classes of the same package or by subclasses of the class in which it is declared.