Question

Q1: When composition (one object having another object as a member) is used:
a. The host object is constructed first and then the member objects are placed into it.
b. Member objects are constructed first, in the order they appear in the host constructor's initializer list.
c. Member objects are constructed first, in the order they are declared in the host's class.
d. Member objects are destructed last, in the order they are declared in the host's class.

Answer

This answer is hidden. It contains 77 characters.