Function overloading: Difference between revisions

Content deleted Content added
m Robot-assisted disambiguation (you can help!): C
list of "languages that don't support Overloading" unnessecary
Line 8:
 
In most languages [[Constructor (computer science)|constructors]] can be overloaded so that there can be more than one constructor for a class, each having different parameters.
 
''languages that don't support overloading:''
 
* [[Actionscript]]
* [[ANSI C]]
 
==See also==
Line 19 ⟶ 14:
 
[[Category:Object-oriented programming]]
 
[[ja:多重定義]]