A computer uses a stack data structure, implemented using an array, to store numbers entered by the user.
The array is zero based and has 100 locations.
The program is amended to include the use of several queue data structures.
Discuss the use of object-oriented programming and procedural programming to create and manipulate the queue data structures.
You should include the following in your answer:
the features of object-oriented programming
the features of procedural programming
the benefits of using object-oriented instead of procedural programming when creating several queue structures.
Did this page help you?