Generic function: Difference between revisions

Content deleted Content added
No edit summary
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1:
{{Distinguish|Generalized function}}
{{Polymorphism}}
 
In [[computer programming]], a '''generic function''' is a function defined for [[Polymorphism (computer science)|polymorphism]].
Line 62 ⟶ 63:
</syntaxhighlight>
which takes an argument of any type and returns something of that same type. -->
 
== References ==
{{Reflist}}