CS 120   Fall 2016,  Instructor:  Jeffrey Horn
 

 Assignment 5:   "Classes and Objects"

  • Handed out:   Tuesday, October 4, 2016
  • Due:   Wednesday, October 12, 2016
  • Purpose:  Learn
    1. how to write your own class,
    2. how to make objects of your class in the controller class,
    3. how to create and use state variables,
    4. how to use public methods in your class as a way to communicate between objects,
    5. introduction to event handling (e.g., mouse clicks)
  • Assignment:
  •