Answer:(A) Protected members may be accessed by methods in the same package or in a subclass, even when the subclass is in a different package.
Step-by-step explanation:
Methods,constructors and variables, that are protected in superclass they can be only accessed by any class within the package of the protected members class and methods in the same package or they can be of a subclass or the subclasses that may be present in other package .