Jump to content

Differential inheritance

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tea2min (talk | contribs) at 11:52, 6 June 2006 (Added to Category:Object-oriented programming). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Differential Inheritance is a common inheritance model used by prototype-based programming languages. It operates on the principle that most objects are derived from other, more general objects, and only differ in a few small aspects; while usually maintaining a list of pointers internally to other objects which the object differs from.