CPSC 320: Week 11
- Exam 2: Monday 11/8/2004.
Here is a generalized topics list.
- Generic Packages
- Another generic package: Interface for Queue
ADT
- Reading on generic packages: Chapter 17 and section 3.4
- Terms:
- ADT: Abstract data type: type and operations are available to
client, but implementation details are not available to client
- Interface of an ADT:
Items listed in specification that are available to the client
- Limited Private Types
- More on Abstract Data Types
(only briefly covered in lecture)
- Reading on private and limited private types: Sections 3.1, 11.2, 11.5
- Reading on generic packages: Chapter 17 and section 3.4
- Program 4 is available.