Definition of class QUEUE.
- By Walid Al-Ahmad, Eric Steegmans
- December 1, 2001
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