In object-oriented programming, a “base class” is the class from which other classes were derived (http://en.wikipedia.org/wiki/Base_class).
However, what is the opposite of a base class? In word order, what is a class that does NOT have child classes?
EDIT: I am looking for the name of a class that has not been subclassed, YET, in the tree inheritance of several parent classes, starting with the base class.
oop
archmeta
source share