C++ - Practical Three

Container Classes

What is a container class ?

What is the purpose of Object ? Would container classes work without Object ? Explain how or why.

Write a program to implement a Queue container class to store a sequence of 6-digit job numbers in FIFO order. Write a user interface into this program to submit and retrieve jobs from the queue.

Test your classes thoroughly using all combinations of test data.