employer cover photo
employer logo

Opower Interview Question

What is an abstract class?

Interview Answer

Anonymous

Jul 19, 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.