abstract base class
A class that defines the requirements and behavior of descendant classes by specifying methods and variables. An abstract base class does not support the creation of instances.
Related terms
class, descendant class, method, variable
Contrast with
concrete base class, object

Additional Links:

Copyright Actuate Corporation 2012