Computer Science 132
Introduction To Computing II
Dickinson College
Fall Semester 2001
Grant Braught
Class #20 - Using Objects
Main Ideas For Today 
- Creating and Using Objects
- Constructor Methods
- Mutator Methods
- Accessor Methods
- Static Methods
- Reading JavaDoc (again)
- The Java API Documentation
- The String class
Reading Assignment For Today 
- Java by Dissection: Chapter 6, 6.1-6.2, 6.10
Review Questions For Today 
Due Date: 6:00 am
- Java by Dissection: Chapter 6, Review Questions: 1, 2, 5.
Solutions - posted after due date.
Web Sites Related to Today's Topic 
Sample Code For Today's Class 
- Die.html - JavaDoc documentation for a die class.