Choose The Correct Statement About Enum Used In Cnet #339
Choose the correct statement about enum used in C#.NET?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Object Oriented Concepts - Enumerations - Quiz No.1.
Choose the correct statement about enum used in C#.NET?
By default the first enumerator has a value equal to the number of elements present in the list
Values of the enum elements cannot be populated from database
The value of each successive enumerator is decreased by 1
An enumerator has a white space in its name