ANSWER:
C: A single instance of the component creates both objects for the client. MultiUse Instancing allows a single component to create as many instances of that class as are requested by the client application without the need for another instance of the component. SingleUse instancing requires a separate component for each instance of the objects created by the class.

Answers in Depth...