подтип
ботаника, зоология подтип
подтип [данных] тип данных, все элементы которого являются элементами другого типа, именуемого надтипом (supertype) Смотри также: data type, derived type Например: A type is only subtype of another type if it is declared to be so — Тип данных является подтипом другого типа только тогда, когда это объявлено Синоним(ы): subrange type
If S is a subtype of T then an expression of type S may be used anywhere that one of type T can and an implicit type conversion will be applied to convert it to type T. In object oriented programming, this means that objects of type S must accept every message that one of type T would.