Which statement about enums is false?
the term enum is short for enummap
Enums are useful in matching patterns.
Option is an enum type.
Enum variants can have different types with associated data.