Discussion :: Enumerations
-
Which of the following statements are correct about an enum used inC#.NET?
- To use the keyword enum, we should either use [enum] or System.Enum.
- enum is a keyword.
- Enum is class declared in System.Type namespace.
- Enum is a class declared in the current project's root namespace.
- Enum is a class declared in System namespace.
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment