Computer Science 252
Problem Solving with Java
Spring 2015, The College of Saint Rose
Lecture 7: More Objectdraw; Defining Classes
Date: Tuesday, February 3, 2015
Agenda
- Announcements
- I have forwarded a summary of the available times for those
who responded about the ASC study cluster and we should know the
schedule soon.
- The following labs are continuing, with extended due dates
- Lecture 4 assignment recap
- Lecture 5 assignment recap
- A few more Objectdraw examples
- Defining classes
No New Lecture Assignment
The assignment formerly in this position is postponed. Get some work
done on the labs.
Terminology
- custom class
- constructor
- accessor method
- local variables
- mutator method
- instantiate
Examples