Introduction To Operator Overloading Final
Introduction To Operator Overloading Final
Function Overloading:
Function Overloading is defined as the process of
having two or more function with the same name, but different in
parameters. It means, means the method name same, but the
type of parameter should be different.
In function overloading, the function is redefined by using either
different types of arguments or a different number of arguments
or different sequence of parameters. It is also known as "static"
or "early binding".
Function Overloading can be achieved through the following two
cases:
Assignment Operators %=
>=
Operator
Subscript Operator []
allocation Operators
Function call ()