13
Using Classes to build ADTs
•The main program is the only place you should use statically allocated (do you remember what this term means?) arrays
•All arrays must be dynamically allocated in your class...why?
•Think about the when an ADT is written vs. an application. The ADT should be able to be used by many applications...
•