Content deleted Content added
No edit summary |
revert |
||
Line 1:
'''Method overloading''' is a feature found in various [[programming language]]s such as [[C_Plus_Plus|C++]] and [[Java programming language|Java]] that allows the creation of several [[subprogram|function]]s with the same name which differ from each other in terms of the type of the
An example of this would be a square function which takes a number and returns the square of that number. In this case, it is often necessary to create different functions for integer and floating point numbers.
|