Assignment 2
Designing Classes
Text as pdf or
html
Due Date: Tuesday May 18th, 10:00 pm.
To import the interface IColor
and the six color
classes, start your program with:
import colors.*;
Homework submissions instructions:
- Every file you submit must have the header with the names of
both partners. See the main Assignments web page for
details. Ultimately, we will give no grade to submissions that are
missing the header.
- The names of the files you submit for each problem must be the
following:
- Problem 2.1: City.java
- Problem 2.2: Picture.java
- Problem 2.3: GameWorld.java
- The progams you submit must run in FunJava. We will deduct
points if the program does not run. Ultimately, we will give no
grade to programs that do not run.