CSC108 Lecture 5 - February 1, 2000

Lecture Outline

  1. Announcements
  2. Review: String Reversal / while(true)
  3. Summary of statement types so far
  4. Build your own class: a first try at representing students
  5. Constructors
  6. The toString() method
  7. A more substantial example method