Jump to content

Class hierarchy

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 68.84.144.94 (talk) at 22:41, 31 July 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

As in taxonomy, the classifications of species, a class hiearchy in computer science is a classification of object types, denoting objects as the instantiations of classes (class is like a blueprint, the object is what is built from that blueprint) inter-relating the various objects by relationships such as "inherits", "extends", "is an abstraction of", "an interface". The relationships are specified in the science of object oriented design and object interface standards defined by popular use and standards committees for software design like the OMG.