Home / C# Programming / Generics :: Discussion

Discussion :: Generics

  1. Which of the following statements is valid about advantages of generics?

  2. A.
    Generics shift the burden of type safety to the programmer rather than compiler.
    B.
    Generics require use of explicit type casting.
    C.
    Generics provide type safety without the overhead of multiple implementations.
    D.
    Generics eliminate the possibility of run-time errors.
    E.
    None of the above.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment