Computer Science 210
Data Structures
Fall 2017, Siena College
Lecture 06: General Purpose Classes
Date: Monday, September 18, 2017
Agenda
- Announcements
- Be sure you are aware of the topic notes and class examples
and how and where to find them
- The Lecture 05 Assignment is due on Wednesday
- Lecture assignment grading summaries sent
- Lab grades will come to you in GitHub, similar email summaries will come out periodically
- Lab 1: Array Practice continues
- Programming Project 1: Lottery Simulator discussion
- Custom classes
- several examples from zyBook, plus examples in notes
- build a new one together: a Circle class
- General purpose classes
No New Lecture Assignment
But the Lecture 05 Assignment is due on Wednesday.
Terminology
- class variable
- data structure
- pair
- cast
Examples