employer cover photo
employer logo

Domanda di colloquio di Opower

What is an abstract class?

Risposta di colloquio

Anonimo

19 lug 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.