Computer Science 252
Problem Solving with Java

Fall 2013, The College of Saint Rose

Lecture 16: Collections
Date: Thursday, November 7, 2013


Agenda

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