deck::Card | Card is an abstract representation of a card |
deck::CardFactory< cardType > | |
deck::Deck | Deck is a deck of cards |
test::DeckTest | DeckTest is a test and demonstration of the functionalities of carddeck |
error::Exception | Exception is raised if a run-time error occurs |
deck::LetterCard | LetterCard is a card with a letter on it (e.g. A, J, Q, K) |
deck::NumberCard | NumberCard is a card with a number on it (e.g. a number from 2 to 10) |