Computer Science 252
Problem Solving with Java
Spring 2016, The College of Saint Rose
Lecture 6: Defining Classes
Date: Thursday, February 4, 2016
Agenda
- Announcements
- Labs (finally, some coming off the board, and no new one introduced!):
- Lecture 5 assignment recap
- Defining classes
- Lab work time
No New Lecture Assignment
Get some work done on the labs.
Terminology
- custom class
- constructor
- accessor method
- local variables
- mutator method
- instantiate
Examples