English Dictionary
◊ SUBCLASS
subclass
n : (biology) a taxonomic category below a class and above an
order
English Computing Dictionary
◊ SUBCLASS
subclass
In {object-oriented} programming, a {class} that
is derived from a {superclass} by {inheritance}. The subclass
contains all the features of the superclass, but may have new
features added or redefine existing features.
(1996-03-07)