Discussion :: Enumerations
-
Which of the following statements is correct about an enum used in C#.NET?
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.
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment