Session 9 Preparation — Videos, Reading and Quizzes

Instructions:

There IS a quiz associated with this session's Preparation, but it is NOT in Moodle.

Videos and Reading:

  1. What is a CLASS -- the concept
    • Watch this Video [7:44 minutes]. It reviews the concepts of a object and class.
  2. What is a CLASS -- the notation
    • Watch this Video [6:56 minutes]. This video reviews the notation of a class, as well as the concepts. It is important preparation for the next video.
  3. What is a CLASS -- the implementation
    • Watch this Video [11:43 minutes].
      • This is the new stuff (but the previous videos are super-important preparation without which this video will make no sense).
      • It shows all the basics of how to implement a class, using a Point class as an example.
      • In your in-class on-the-computer exercises, you will do an extended example that starts where this video leaves off.