base class

<programming> (Or "superclass") The class from which another class (a "subclass") inherits.

"base class" is the term used in C++. The term "superclass" is perhaps confusing since objects of the subclass have a superset of the fields of objects in the superclass.

See inheritance.

(04 Aug 1996)