Data Structures Questions
Question A
Explain and discuss how in C++, data and the operations on that data may be combined into a single unit with the help of classes.
Question B
Discuss the differences between the array implementation and the linked list implementation of queues. List the advantages and disadvantages of each implementation.