Function Overloaded « Function « C++






1.Functions differ in number of parametersFunctions differ in number of parameters
2.Overload abs() three waysOverload abs() three ways
3.Overload function: int and longOverload function: int and long
4.Create three functions called prompt( ) that perform this task for data of types int, double, and long
5.Overload function to accept integer or char * argumentOverload function to accept integer or char * argument
6.Overload the min() function.Overload the min() function.
7.Compute area of a rectangle using overloaded functions.Compute area of a rectangle using overloaded functions.
8.Overload function: int and floatOverload function: int and float
9.function overloading between int and string type