First page Back Continue Last page Graphics
Function Overloading
Two or more functions with the same name but doing different things!
The compiler, of course, must distinguish between them.
This is done by examining the argument list.
You must have:
- different number of arguments
- different types of arguments