Lecture overview -- Keyboard shortcut: 'u'  Previous page: An object-oriented program: Hangman -- Keyboard shortcut: 'p'    Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Introduction to Object-oriented Programming - slide 22 : 22

An object-oriented program: Hangman
Some (incomplete) classes in an object-oriented Hangman Program
hangman.cs
The class Puzzle.
hangman.cs
The class HighScoreEntry.
hangman.cs
The class Player.
hangman.cs
The class PuzzleCollection.
hangman.cs
The class HighScoreList.
hangman.cs
The class HangmanGame.