Enum values By default, the first member of an enum takes the value of zero. If this value doesn’t make sense for your enum, you can change it to one or some other number .
Enum values By default, the first member of an enum takes the value of zero. If this value doesn’t make sense for your enum, you can change it to one or some other number .