State Farm interview question

What is an abstract class?

Interview Answer

Anonymous

15 Aug 2017

A class that configures object classes. An abstract class cannot itself be instantiated, but is called to configure objects after they are instantiated.