Overload (programming): Difference between revisions

Content deleted Content added
MarkS (talk | contribs)
Fix spelling using AWB
Alaibot (talk | contribs)
m Robot tagging as uncategorised
Line 1:
{{Uncategorized|December 2006}}
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.