Home / C# Programming / Generics :: Discussion

Discussion :: Generics

  1. Which of the following statements is valid about generic procedures in C#.NET?

  2. A.
    All procedures in a Generic class are generic.
    B.
    Only those procedures labeled as Generic are generic.
    C.
    Generic procedures can take at the most one generic parameter.
    D.
    Generic procedures must take at least one type parameter.
    E.
    None of the above.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment