Computing (FOLDOC) dictionary
Jump to user comments
programming A data
type composed of multiple elements. An
aggregate can be homogeneous (all elements have the same type)
of characters, a file; or it can be heterogeneous (elements
can have different types) e.g. a
structure. In most
languages aggregates can contain elements which are themselves
aggregates. e.g. a list of lists.
(1996-03-23)