Hi,
Can a class be declared as protected?
thanks
Hi,
A class can't be declared as protected. only methods can be declared as protected.
http://www.roseindia.net/java/master-java/method_overriding.shtml
This link will helpful to you.
thanks,
Ads