4 ms·
am i mistaken, or do generics specifically eliminate that last case...?
by gazarsgo 8y ago
am i mistaken, or do generics specifically eliminate that last case...?
- golergka 8y agoGenerics allow such a case - without generics I wouldn't declare what type collections are because they would be just collections of objects.