employer cover photo
employer logo

Question d’entretien chez Opower

What is an abstract class?

Réponse à la question d'entretien

Utilisateur anonyme

19 juil. 2010

An abstract class is used to generalize common attributes you may want to be inherited by some subclasses or child classes from the abstract class. The abstract class should be extended by others but never instantiated.