Home / C# Programming / Enumerations :: Discussion

Discussion :: Enumerations

  1. Which of the following statements is correct about an enum used in C#.NET?

  2. A.
    enum is a reference type.
    B.
    enum is a value type.
    C.
    Whether it a value type or a reference type depends upon size.
    D.
    Whether it a value type or a reference type depends upon a Project Setting made in Visual Stiiclio.NET.
    E.
    We can programmatically control whether it is a value type or a reference type.

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment