1.

Where Can A Protected Method Be Accessed?

Answer»

Any PROTECTED METHOD can be accessed by all the CLASSES of the same package and also by the subclass of the class in any other package.

Any protected method can be accessed by all the classes of the same package and also by the subclass of the class in any other package.



Discussion

No Comment Found