Function overloading: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 9:
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]]
[[actionscript]] does not support overloading.
 
==See also==