[first slide]

Introduction to Object Oriented Programming

Timothy A. Budd

Chapter 8

The Solitaire Game

Outline

  1. The Solitaire Game
  2. The class card
    1. Features to note
    2. Card Images
    3. The Drawing Routine
      1. Features to Note
    4. Need Linked List of Cards
    5. Linked List class
      1. Features to Note
    6. Loop Iterators
    7. Using List Iterators
  3. The Game
  4. The class Card Pile
    1. Features to Note
  5. Benefits of Inheritance
  6. The Suit Pile
    1. Features to Note
  7. The Deck Pile
    1. Features to Note
  8. The Discard Pile
    1. Features to Note
  9. The Game Class
  10. Applet Sequence

Source

Other Material

Intro OOP, Chapter 8, Slide 1