Java / Modifiers
Explain the scope of a protected method.
A protected method is visible within the same package and also visible to subclasses of the class in any package.
More Related questions...
A protected method is visible within the same package and also visible to subclasses of the class in any package.
More Related questions...