Q48
Choose the correct statement about enum used in C#.NET?
A.
By default the first enumerator has a value equal to the number of elements present in the list
B.
Values of the enum elements cannot be populated from database
AnswerC.
The value of each successive enumerator is decreased by 1
D.
An enumerator has a white space in its name
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board