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