CS 101 Lecture 12 - Interfaces

Class Examples:

  1. An applet that uses the DrawableInterface.

    Click on Drawing to show the example.

  2. An applet that uses a Laundry interface to allow different types of clothing to be sorted.

    Click on Laundry to show the example.

  3. Another version of the Basketball applet, this one with images and a sound file.

    Click on BouncingBasketball to show the example.