Monday 25 August 2014

Method overriding with best Example

Method Overriding :-  Method name are same but body are different..

Exp :- What ever method present in Parent class by default available to the Child class through inheritance.
           Sometimes Child class may not satisfy with Parent class method then Child class is allow to redefined 
            that method based on it's requirement. This process is called Overriding

The Parent class method which is overriden is called overriden method.

The Child class method which is overriding is called overriding method.


Method Overriding

1 comment: