2
Answers

Enum Properties

patrick

patrick

15y
3.1k
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)