InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThe question was posed to me in an online quiz.Question is from Fundamental of Generics topic in portion Delegates, Generics and LINQ of C# |
|
Answer» CORRECT ANSWER is (d) All of the mentioned Best EXPLANATION: By DEFINITION of GENERICS. |
|