Monday, October 3, 2011

Method Overriding

Method overriding is when the function of base class is re-defined with the same name, function signature and access specifier (either public or protected) of the derived class.

No comments:

Post a Comment