Choose the advantages of using generics?
(a) Generics facilitate type safety
(b) Generics facilitate improved performance and reduced code
(c) Generics promote the usage of parameterized types
(d) All of the mentioned
The question was posed to me in an online quiz.
Question is from Fundamental of Generics topic in portion Delegates, Generics and LINQ of C#