6.
|
When are COM objects normally created?
Please select the best answer.
|
|
A.
|
When a client asks COM for a class factory associated with a COM object.
Using the class factory, clients create instances of COM objects.
|
|
B.
|
COM precreates all COM objects, caching them until a client request comes in.
|
|
C.
|
When a user clicks a control, invoking inside-out activation.
|
|
The correct answer is A.
Clients get a class factory associated with a specific type of COM object. Using the class factory, clients create
one or more instances of the COM object.
|