Session 8 Preparation — Videos, Reading and Quizzes

Instructions:

BEFORE this session, for each of the following videos or reading:

Videos and Reading:

  1. Range expressions
  2. Box-and-Pointer Diagrams
  3. What is a CLASS -- the concept
    • Watch this Video [7:44 minutes]. It reviews the concepts of a object and class.
  4. 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.
  5. 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.