Function overloading: Difference between revisions

Content deleted Content added
Line 37:
* [[Crystal (programming language)|Crystal]]<ref>{{cite web|title=Crystal Docs|url=https://crystal-lang.org/reference/1.8/syntax_and_semantics/overloading.html|website=crystal-lang.org|language=en}}</ref>
* [[Delphi (software)|Delphi]]<ref>{{cite web|title=Embarcadero Delphi|url=https://docwiki.embarcadero.com/RADStudio/Athens/en/Overloading|website=embarcadero.com|language=en}}</ref>
* [[Python (programming language)|Python]]
 
Languages which does not support function overloading include [[C (programming language)|C]], [[Python (programming language)|Python]], [[Rust (programming language)|Rust]] and [[Zig (programming language)|Zig]].
 
==Rules in function overloading==