Content deleted Content added
Hooperbloob (talk | contribs) recat |
No edit summary |
||
Line 5:
Method overloading is usually associated with [[static typing|statically-typed]] programming languages which enforce type checking in function calls. When overloading a method, you are really just making a number of different methods that happen to have the same name. It is resolved at [[compile time]] which of these methods are used.
Method
[[Category:Object-oriented programming]]
|