Differential inheritance
Appearance
Differential Inheritance is a common inheritance model used by prototype-based programming languages. It operates on the principal 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.