Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Complex Type

A data type constructed from a collection of primitive types and other complex types. In C++ a complex type is defined using arrays and/or the struct and class constructions. Also known as a composite type.

Permanent link Complex Type - Creation date 2023-02-22


< Complex Data Type Glossary / Object Oriented Analysis and Design Component >