Multiple choice object relationship What is an aggregate object? A. An object with only primitive attributes C. An instance which has other objects D. None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation An aggregate object is an object that contains other objects as its parts or attributes, representing a 'has-a' relationship. This is a core concept in object-oriented design and composition.