Definition of class QUEUE.

Integrating Extension and Specialization Inheritance
by Walid Al-Ahmad and Eric Steegmans
Listing 5. Definition of class QUEUE.


abstract class QUEUE  combine QUEUE creation Make
feature
     abstract Make(..)
     -- other constructors and relevant information if any.
end