Current Forum: Homework 1 Forum |
Date: Sun Sep 9 2001 1:30 pm |
Author: Goodman, Brian J. <bjg@andrew.cmu.edu> |
Subject: Re: question about node.java |
|
|
Node.java specifies the Node interface. Your classes that implement the Node interface will all either need to implement all of the methods specified in Node, or else be declared abstract. There should be exactly one class per .java file. You do not need to alter Node.java. |
|