CSC220 Lab Number 3
Due: 11:59PM, Tuesday, September 29
Download the following files:
The tasks are:
-
Fill in the parts missing in Address.java;
that is, the data fields, a constructor, method equals, and method toString.
-
Complete the java class Student that implements
the StudentInt.java interface and the Cloneable interface.