Overload (programming): Difference between revisions

Content deleted Content added
m Quick-adding category "Method (computer science)" (using HotCat)
m Added {{unreferenced}} tag to article. using Friendly
Line 1:
{{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.