CSC108 Lecture Outline - Week 10
Week of July 16, 2001
Week 10 Outline
- Arrays, arrays, and more arrays!
- Arrays of primitive type
- Arrays of class type
- Two-dimentional Arrays
Announcements
- Keep Practicing!
Not all topics discussed in this course will be covered on the
assignments. For example, two-dimensional arrays (covered week 12),
inheritance (covered week 11), and searching (covered week 12) are
not on the assignments. It is your responsibility to practice these
topics on your own so that you are ready for the final exam. These
topics will also be tested on the quizzes.
- A2
Recall that as discussed in the lecture last week, you should have
at least a Thief class and a class that contains the main
method. It is also okay if you have another class, but it is not
necessary.