Content deleted Content added
m →top |
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
<syntaxhighlight lang="CSharp">
|