Posted by hussein on July 23, 2000 at 22:05:33:
In Reply to: Project2 posted by sabrina on July 23, 2000 at 21:41:55:
: I have uses 3 classes in my project,FlightList,Node and
: Flight.FlightList and Node are containers.I want to know whether it is ok or not.
depends on what your definition of "containers" is ... if it means that they contain other data and you are writing all the code from scratch, yes it is ok - if it means they are part of a "container library", no it is not ok ...