This blog post describes the creation of enumeration types, the usage of enumeration and interfacing enumeration with integers. Using enumeration Definition of an enumeration type An enumeration type is a data type that consists of a number of elements (i.e. a list). A variable of this enumeration type can be...
Using enumeration
