This section presents a queue implementation
which makes use of the singly-linked list data structure, LinkedList<T>,
that is defined in Chapter .
Program
declares the QueueAsLinkedList object class.
Program: QueueAsLinkedList Class Definition