Q. In Java, can a subclass access package-private members (fields and methods) of its superclass defined in another package?
β
Correct Answer: (A)
No, package-private members are not accessible to subclasses from different packages