Content deleted Content added
mNo edit summary |
|||
Line 1:
'''Method overloading''' is a feature found in various [[object oriented]] [[programming language]]s such as [[C Sharp
An example of this would be a [[Square (algebra)|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 (computer science)|integer]] and [[floating point]] numbers.
|