1.

Write A Java Line Of Code To Declare A Class As Protected?

Answer»

Only METHODS can be DECLARED as PROTECTED in JAVA and not CLASSES.

Only methods can be declared as protected in Java and not classes.



Discussion

No Comment Found