3. |
When are COM objects created?
Please select the best answer.
|
|
A. |
When a client calls new COMClassObject() |
|
B. |
Automatically by the COM subsystem |
|
C. |
When a COM client gets a class object and uses its object creation interface to create an instance of a COM object
|
|
The correct answer is C. Clients create instances of a COM object through the class object's object creation interface.
|