Example: Queue Abstract Data Type

A waiting line is also called a queue. The queue ADT guarantees the integrity of its internal data structure. Clients may not manipulate this data structure directly. Only the queue member functions have access to its internal data.

2004-12-28