Posted by DarkTerritory on July 24, 1999 at 14:47:13:
The project spec says:
Write the following methods into your data structure :
...
For example, Build may be better suited as a member of the node class rather than the Directory class.
Is it intended that Directory be a derived class from Node or that it be a wrapper?
I guess my basic question is: "Is it ok to have whatever structure I want as long as it accomplishes the tasks described?"
-DT