2
Answers

Enum Properties

Photo of patrick

patrick

15y
3.5k
1
Can I set static properties for an enum? for example:
enum animal{ cat, dog, elephant }

if something is of type animal.elephant it can fetch a color value always returning grey?

Answers (2)