Computer Science 252
Problem Solving with Java

Fall 2015, The College of Saint Rose

Lecture 18: Recursion Wrapup
Date: Tuesday, November 3, 2015


Agenda

Lecture 18 Assignment

Due at the start of class, Thursday, November 5.

Please submit answers to these questions either as a hard copy (typeset or handwritten are OK) or by email to terescoj AT strose.edu by the start of class. Please use a clear subject line when submitting by email (e.g., CSC 252 Lecture 18 Assignment , Joe Student). We will discuss these questions at the start of class, so no late submissions are accepted.

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. (10 points)

Examples