An enumerated type specifies a set of related constants as its values. Examples include the days in a week, the standard north/south/east/west compass directions, a currency’s coin denominations, and ...
this.stateAbbreviation = newStateAbbreviation; } } Because enums are automatically Serializable (see Javadoc API documentation for Enum), there is no need to explicitly add the “implements ...