Computer Science 252
Problem Solving with Java
Fall 2013, The College of Saint Rose
Lecture 16: Collections
Date: Thursday, November 7, 2013
Agenda
- Announcements
- Programming Project 2: Scary Spiders due tonight
- We are looking into setting up a study cluster for this
class through the Academic Support Center. Details coming as
soon as we can set things up.
- Exam 2 in one week
- practice exam questions out
- we can review today and on Tuesday as needed
- topics covered are up to recursion
- Looking ahead to our final programming project: you will choose
your own topic, so start thinking about what you might want to do -
details next week
- Recursion wrapup
- Additional recursion Q&A
- Collections
Lecture 16 Assignment
Due at the start of class, Tuesday, November 12.
You need not submit answers to these
questions, but you will have a chance to ask questions about them at
the start of class.
In the example BroccoliBetter, add new method headers for
moveTo and removeFromCanvas to the BroccoliPart
interface and implementations of those methods to the classes that
implement the interface. You may do this in BlueJ, but that is not
required.
Examples