Class hierarchy

This article is about the computer science concept. For the sociology concept, see social class.

As in taxonomy, the classifications of species, a class hierarchy 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 classes by relationships such as "inherits", "extends", "is an abstraction of", "an interface definition".

The relationships are specified in the science of object oriented design and object interface standards defined by popular use, language designers (Java, C++, Smalltalk, Visual Prolog) and standards committees for software design like the Object Management Group.

This article is issued from Wikipedia - version of the 4/28/2013. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.