Introduction to OOP: Chapter 8: The Solitaire Game [previous] [audio] [real] [text]

Applet Sequence

Class Applet has very structured sequence of operations:

Note also the use of the polymorphic variable allPiles, which can hold any type of card pile.

Intro OOP, Chapter 8, Slide 22