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."
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."