Question d’entretien chez Northrop Grumman

Explain a pure virtual class / interface.

Réponse à la question d'entretien

Utilisateur anonyme

22 nov. 2016

A class you can't actually instantiate - you have to create a subclass that implements all of the interface methods.

2