The super class is abstract, but I've implemented all the methods. These are used in many of my subclasses.
When I create a sub class object and call a method, the super class method implantation is called. If I refund it in sub class, then the latter one is called.
Regards
Tharun