An aggregate data type is built by combining one or more atomic data types to build a more sophisticated data type. In compiled non-object oriented languages one might create structures as aggregates of member variables. These are analogous to object classes.
Arrays are another example of an aggregate data type.
Other aggregate types include the various collection based objects.
See also: | Array object, Cast operator, Function object, Object object, Scalar type, Type |
Prev | Home | Next |
Adornments | Up | alert() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |