Computing (FOLDOC) dictionary
Jump to user comments
programming A set of
classes and their interrelationships.
for in the object's class, then the superclass of that class,
and so on up the hierarchy until it is found. Thus a class
need only define those methods which are specific to it, and
inherits methods from all its superclasses.
(1997-08-06)