CSC108 Lecture Outline - Week 2
Week of May 21, 2001
Week 2 Outline
- Review primitive types, objects, classes
- Methods
- Memory model
- Variables
- Public vs. Private
- Return values
- Multiple objects
- Constructors
Announcements
-
If you're having trouble with the concepts presented so far, be sure
to take advantage of my office hours and the tutor office hours in
the lab. Don't let yourself get behind at this point in the course.
-
We have renamed quiz 0 as quiz 2. This makes it less confusing
because now the quiz number corresponds to the tutorial in which
the quiz is due. Quiz 2 is due at the beginning of your tutorial
on Thursday.
-
Quiz 3 will take place in next week's tutorial.
-
Assignment 0 is due at the beginning of next week's tutorial.
- Don't forget comments at the top of each class file.
- Prof. Bolintineanu has made one small change to the code given
to you for A0. In SquirrelSimplex.java, variable hazelnutCount
has been changed to numHazelnuts. In SquirrelSapiens.java
priceHazelnuts has been changed to totalValue. These changes
make the code easier to understand.