In class hirarchy Super1 is the super class .In this class only one method that prints the String. The method can be overloaded by its subclass Super2 class. One more class Sub class is sub class of Super2 class. In Sub class how can we call the Super1 class method?

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions