| 4. |
What role does IUnknown play in client-server interaction?
Please select the best answer.
|
| |
A.
|
Every COM interface derives from IUnknown, which supplies QueryInterface, AddRef, and Release. |
| |
B.
|
It is an optional base interface that a server implements only when the object supports more than one interface. |
| |
C.
|
It is implemented by COM itself rather than by the object, so a server never writes those three methods. |
| |
D.
|
It must be requested from the registry by name before any other interface on the object can be used. |