C# Programming - Generics - Discussion

Discussion Forum : Generics - General Questions (Q.No. 9)
9.
Which of the following statements is valid about advantages of generics?
Generics shift the burden of type safety to the programmer rather than compiler.
Generics require use of explicit type casting.
Generics provide type safety without the overhead of multiple implementations.
Generics eliminate the possibility of run-time errors.
None of the above.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.