C is aggregated by B, which in turn aggregated by A. Our
client requested C. What will happen?
Answers were Sorted based on User's Feedback
Answer / krishna akkulu
QueryInterface to A will delegate request to B which, in
turn, will delegate request for the interface to C. This
pointer will be returned to the client.
| Is This Answer Correct ? | 3 Yes | 1 No |
What is a moniker ?
What is In-proc?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?
Explain object pooling?
can a COM interface be implemented by more than one COM class in the same COM component?
2 Answers Cap Gemini, Honeywell,
What are queued components?
Can I use com components from .net programs?
How to create an instance of the object in COM?
When you call CoInitialize(NULL) function how it works internally.
Futures of COM
How does a DCOM component know where to instantiate itself?
Let?s assume we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C? What?s the difference between aggregated and contained objects?