C++ Function Overloading

C++ Function Overloading


C++ Function Overloading :

Function Overloading is the process of using the same name two or more functions different type of parameters or sequence of parameters.

Example: Overloading using different types of parameters to find absolute value is as follows:

Output :