Content deleted Content added
m Added {{unreferenced}} tag to article. using Friendly |
m Bot: Adding Orphan Tag (Questions) (Report Errors) |
||
Line 1:
{{Orphan|date=February 2009}}
{{unreferenced|date=July 2008}}
To ''overload'' a [[method (computer science)|method]] in [[programming]] is to have two or more methods with the same name, but are distinguished by the '''number and/or type''' of [[variable]]s they require. Generally methods, [[operator]]s, and [[constructor (computer science)|constructors]] are overloaded in programming. Overloading is a feature available only to object oriented programming languages like C++,Java. However, in case Java, operators can not be overloaded.
|