2
Answers

Enum Properties

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)