State Farm Interview Question

What is an abstract class?

Interview Answer

Anonymous

Aug 15, 2017

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