Discussion :: Enumerations
-
Which of the following statements are correct about an enum used in C#.NET?
- An enum can be declared inside a class.
- An enum can take Single, Double or Decimal values.
- An enum can be declared outside a class.
- An enum can be declared inside/outside a namespace.
- An object can be assigned to an enum variable.
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment