Introduction to OOP
Chapter 9: A Solitare Game:
next
previous
audio
real
text
The Solitare Game
A good example of the use of inheritance and overriding
Also useful to illustrate programming in C#
Built out of classes for cards, card piles, and the game application.
Intro OOP,
Chapter 9
, Slide 01