Subsumption relation


English Wikipedia - The Free EncyclopediaDownload this dictionary
Is-a
In knowledge representationobject-oriented programming and design (see object oriented program architecture), is-a (is_a or is a) is a subsumption relationship between abstractions (e.g. typesclasses), where one class A is a subclass  of another class B (and so B is a superclass  of A). In other words, type A is a subtype of type B when A’s specification implies B’s specification. That is, any object (or class) that satisfies A’s specification also satisfies B’s specification, because B’s specification is weaker.

See more at Wikipedia.org...


© This article uses material from Wikipedia® and is licensed under the GNU Free Documentation License and under the Creative Commons Attribution-ShareAlike License