Derived type

производный тип сложный тип данных, определённый через другие (базовые или производные) типы Смотри также: data type, subtype

Англо-русский словарь компьютерных терминов

Derived type

производный тип (данных)

Англо-русский политехнический словарь

Derived type

A type constructed from primitive types or other derived types using a type constructor function. This term is usually applied to procedural languages such as C or Ada. C's derived types are the array, function, pointer, structure, and union. Compare derived class.

Free Online Dictionary of Computing