CS 120   Fall 2016,  Instructor:  Jeffrey Horn
 

 Assignment 8:   "Interfaces"

  • Handed out:  Tuesday, November 8, 2016
  • Due:   Before you leave for Thanksgiving!  (i.e., Friday, Nov. 18, 2016)
  • Purpose:  Learn
    1. Review:  how to write your own class,
    2. Review:  how to make objects of your class in the controller class,
    3. New:  how to use a Java Interface as a "contract" between class programmers,
    4. Reviewhow to use public methods in your class as a way to communicate between objects
  • Assignment:
  •