patrick

patrick

  • NA
  • 397
  • 0

Enum Properties

Sep 18 2009 2:57 PM
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)