Question: Which statement about enums is false?

  1. Enums are useful in matching patterns.
  2. Option is an enum type.
  3. Enum variants can have different types with associated data.
  4. the term _enum_ is short for _enummap_

Answer: The correct answer of the above question is Option D:the term _enum_ is short for _enummap_