Content deleted Content added
revert |
m updated c++ link |
||
Line 1:
'''Method overloading''' is a feature found in various [[programming language]]s such as [[
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.
|