Multiple Choice
A situation in which every object of a class A has a pointer to an object of a class B, and the objects of the class B may outlive objects of class A, is called
A) composition.
B) aggregation.
C) a has- A relation.
D) an is=A relation.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A member function that is declared cannot
Q3: The operator may be used to assign
Q3: Some C++ operators cannot be overloaded by
Q4: Arguments are passed to the base class
Q6: The process of having a class contain
Q7: A _ function is not a member
Q8: allows us to create new classes based
Q9: C++ allows you to overload<br>A)compiler errors.<br>B)operators and
Q10: The is a special built- in pointer
Q11: When you redefine the way a standard