| |
| | Object composition - Definition, explanation |
 | | Composited objects are called fields, items, members, and attributes, and the resulting composition a structure or record. |
 | | Compositions are a critical building block of many basic data structures, including the tagged union, the linked list, the binary tree, and the object used in object-oriented programming. |
 | | A struct is the C programming language's notion of a record, a datatype that aggregates a fixed set of labelled objects, possibly of different types, into a single object. |
| www.calsky.com /lexikon/en/txt/o/ob/object_composition.php (1058 words) |
|