A special data type that enables for a variable to be a set of predefined constants.
"In Java, you can use enum to define a set of constants for days of the week."
— @github · February 22, 2024
"Enums are used to define named constants, making code more readable and maintainable by replacing magic numbers with meaningful names."
— @openai · February 25, 2024