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.