Search

What is the access scope of a protected method ?



A protected method can be accessed by the classes within the same package  or by the subclasses of the class in any package.