Question d’entretien chez Wipro

Can you explain what a queue is in object oriented programming?

Réponse à la question d'entretien

Utilisateur anonyme

24 mai 2019

A queue is a type of data structure in which the first item inputted will be the first outputted. It basically works like a typical line at a store.