1.

What is protected access modifier?

Answer»

Variables, methods and constructors which are declared protected in a superclass can be accessed only by the subclasses in other package or any class within the package of the protected members' class.



Discussion

No Comment Found