superclass
2 definitions found
superclass - WordNet (r) 2.1 (2005) :
superclass
n 1: (biology) a taxonomic class below a phylum and above a
class
superclass - Free On-line Dictionary of Computing (26 May 2007) :
base class
superclass
<programming> (Or "superclass") The class from which another
class (a "subclass") inherits, the class it is based on.
"base class" is the term used in C++. The objects of the
superclass are a superset of the objects of the subclass.
See inheritance.
(2004-01-31)
|