Hi,

I am making a program of Queues and using its class, I wanted to know that can we implement Queues using the link list?

Do we have to make a seperate class for link list and for Queues?

Thanks