Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C# Programming
»
Enumerations
Which of the following statements is correct about an enum used in C#.NET?
enum is a reference type.
enum is a value type.
Whether it a value type or a reference type depends upon size.
Whether it a value type or a reference type depends upon a Project Setting made in Visual Stiiclio.NET.
We can programmatically control whether it is a value type or a reference type.
Show Answer
Correct Answer:
enum is a value type.
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment