Skip to Content
0
Former Member
Dec 06, 2006 at 10:05 AM

calling the subclass method.

300 Views

How to call the method of a sub class which is redefined in the subclass.

1. The super class also has the implementation.

2.No separate instance method is created for the sub class(which creates

instance) .

3.There is a method s_instance of the super class which is static.

4.Therefore the s_instance cannot be redefined.