Home / CSE MCQs / C#.Net MCQs :: Discussion

Discussion :: C#.Net MCQs

  1. Select the type argument of an open constructed type?
  2. A.
    Gen
    B.
    Gen.
    C.
    Gen<>
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    A generic type, such as Gen, is an abstraction.In C# terminology, a construct such as Gen is called an open constructed type, because the type parameter T (rather than an actual type, such as int) is specified.


Be The First To Comment