Question # 1.
Distinguish between abstract date types (ADTs) and implementations of ADTs.
Question # 2.
Describe briefly how arrays are implemented by using C++ static arrays?
Question # 3.
How string streams can be used for in-memory I/O?
Question # 4.
How do you build a static-away-based implementation of stacks?
Question # 5.
How do you build a static-away-based implementation of queues?