Inheritance graph

Материал из WikiGrapp
Версия от 15:56, 19 мая 2011; Glk (обсуждение | вклад) (Новая страница: «'''Inheritance graph''' --- граф наследования. An '''inheritance graph''' is a directed acyclic multigraph <math>H = (X,E)</math> with a least elem…»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску

Inheritance graph --- граф наследования.

An inheritance graph is a directed acyclic multigraph [math]\displaystyle{ H = (X,E) }[/math] with a least element denoted by [math]\displaystyle{ 0_{H} }[/math] and a greatest element denoted by [math]\displaystyle{ 1_{H} }[/math]. The transitive closure [math]\displaystyle{ H^{tc} }[/math] of [math]\displaystyle{ H }[/math] induces a partial order. In the context of object oriented languages, this order is called the inheritance relation.