Programming Languages C# Objective
Mar 07, 2013

Which statements are correct about enum used in C#.NET?

 

Choose the correct answer:
A) Every enum is derived from an Object class.
B) Every enum is a value type.
C) There does not exist a way to print an element of an enum as a string.
D) Every enum is a reference type.
Detailed Explanation

Option A and B is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback