Listing 6. Definition of component DEQUE as an extension to QUEUE. component DEQUE extends QUEUE feature Tail : INTEGER -- index to first available space from other end of the queue. Rear : INTEGER is ...