Enumerations
Enumerations are used to capture lists of domain values.
enum Cardsuit {
o CLUBS
o DIAMONDS
o HEARTS
o SPADES
}
Enumerations are used to capture lists of domain values.
enum Cardsuit {
o CLUBS
o DIAMONDS
o HEARTS
o SPADES
}