Microsoft
MB6-894 · Question #88
What is an example of a best practice for creating base enumerations?
The correct answer is B. Value of zero should be used as the default value for base enumerations. See the full explanation below for the reasoning.
Question
What is an example of a best practice for creating base enumerations?
Options
- AUse base enumerations when there is a variable number of user-defined outcomes.
- BValue of zero should be used as the default value for base enumerations.
- CAvoid accessing a constant by using an enumerator.
- DAvoid assigning labels to enumerations that have a default value.
How the community answered
(20 responses)- B85% (17)
- C10% (2)
- D5% (1)
Community Discussion
No community discussion yet for this question.