Polymorphism (computer science): Difference between revisions

Content deleted Content added
Xjcl (talk | contribs)
Add Go to the list (supports it since 1.18)
Line 63:
</syntaxhighlight>
 
Parametric polymorphism is also available in several object-oriented languages. For instance, [[Template (C++)|templates]] in C++ and D, or under the name [[Generics in Java|generics]] in C#, Delphi, Java and JavaGo:
 
<syntaxhighlight lang="CSharp">