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) a has-A relation.
B) aggregation.
C) composition.
D) an is=A relation.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: It is possible to declare an entire
Q27: In an inheritance situation, the new class
Q28: The library function move() can be used
Q29: In the statement class Car:protected Vehicle, what
Q29: When arguments must be passed to the
Q30: A(n) _ is a special function that
Q31: An lvalue is<br>A) a value of type
Q35: A _ function is not a member
Q36: The _ operator may be used to
Q37: In the statement class Car:protected Vehicle, which