Hi 'all say A & B are classes in different PACKAGES and B extends A Then 1)how can I call a PROTECTED OVERRIDEN method in A from B 2)How can I access the STATIC PROTECTED method of A from B a simple example would be more helpfullllll..... thank you rishi
Thnx Maulin...I wanted to confirm there is no other way to call superclass overridden method other than using super (I mean any reference variable).. thnx agian rishi
Maulin I'm confused. I thought the extending class would not be able to invoke protected methods through reference. Is super an exception to this rule?