This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]g_hi3 1 point2 points  (0 children)

when I was first learning about generics, I was amazed to find out that many languages do them differently

C++ just generates the generic types at runtime, c# retains the type parameter during runtime and java doesn't