C Day-5
C Day-5
Explain Overloading
Overriding
It is the ability to change the
definition of the base class method
by writing a code for them in the
sub-class of an inheritance
Function Overloading is the ability to write more than on
function with the same name with different number ,type and
sequence of arguments. It is also referred as “Function
polymorphism”
EXERCISES