Definition of Derived type

FOLDOC
derived type
<programming> 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 arrayfunctionpointerstructure, and union.
Compare derived class.
(2001-09-14)

Search Dictionary:
Search Web Search Dictionary



Derived type definition was found in categories: Language, Idioms & Slang(1)  Encyclopedia(1)  

Derived type Definition from Language, Idioms & Slang Dictionaries & Glossaries

hEnglish - advanced version
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.



Derived type Definition from Encyclopedia Dictionaries & Glossaries

Wikipedia English - The Free Encyclopedia
Derived type
A derived type is a type given a new type but structurally the same as the original type. The purpose of this type is create a new type name so that two values can have two distinct types in terms of name. It matters if the type system uses a name equivalence rule but does not matter if the system uses a structural equivalence.

See more at Wikipedia.org...