Designing an ADT
Specify ADT’s data and operations before you implement them.
To decide the data structures : Ask questions about the data in the data collection of the ADT.
To decide methods/operations: Examine the “use cases” or simple uses of the ADT.