Enums Flashcards
1
Q
What is an enum? What problem do they solve?
A
2
Q
What is the naming convention for declaring an enum?
A
3
Q
What is the naming convention for an enum’s values?
A
4
Q
Can I explicitly define the values of an enum?
A