Question d’entretien chez Bloomberg

Given a class List with some virtual methods, how would I implement a sorted list?

Réponse à la question d'entretien

Utilisateur anonyme

25 mars 2015

I overrode the insert method in a SortedList derived class to maintain the list in sorted order.