Implement the class Queue that uses Linked List as an inheritance relation.
Note: You have as attachment the code of the Linked List and Queue using Linked List as composition. You just need to modify it.
Implement the class Queue that uses Linked List as an inheritance relation.
Note: You have as attachment the code of the Linked List and Queue using Linked List as composition. You just need to modify it.