Found 1 hit - Term: class hierarchy, Database: *, Strategy: prefix
- [1] : The Free On-line Dictionary of Computing (27 SEP 03)
class hierarchy
a set of classes and their interrelationships.
one class may be a specialisation a "subclass" or "derived
class" of another which is one of its "superclasses" or
"base classes".
when a method is invoked on an object it is first looked
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.
see also: multiple inheritance.
1997-08-06
see also:
classes subclass derived class superclasses base classes method
object multiple inheritance
Results 1 - 4 of 4 found about class hierarchy: Class
>> C Words
Class, definition of term: Class
class_pag1.html Class Struggle
>> C Words
Class Struggle, definition of term: Class Struggle
class+struggle_pag1.html Class Library
>> C Words
Class Library, definition of term: Class Library
class+library_pag1.html Class Structure
>> C Words
Class Structure, definition of term: Class Structure
class+structure_pag1.html
Last accessed:2008/10/11 12:58:01 [Total processing time: 10 seconds] |