Computer Science 210
Data Structures
Fall 2018, Siena College
Lecture 06: General Purpose Classes
Date: Monday, September 17, 2018
Agenda
- Announcements
- I'll be running reports on the review assignment from the zyBook some time tomorrow
- Problem Set 1 continues
- No group changes from here on
- Lab 1: Array Practice EXTENDED to 4:00 PM Wednesday
- zyBook assignment from last Friday due this Friday
- Brief quiz on arrays and methods on Friday at the start of class
- Custom classes
- code for the circles example from last time
- additional example mainly for reference, but note the class variable
- General purpose classes
Terminology
- class variable
- data structure
- pair
- cast
- autoboxing
- generic/parameterized data types
- type parameter
Examples