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 |
How can would you create an instance of the object in COM
Explain transaction atomicity?
Can I use .net components from com programs?
What are the purposes of AddRef, Release and QueryInterface functions
what is far pointer and what are the use of far poiter in com/dcom ?????
Define and explain about COM?
What kind of components can be used as DCOM servers?
Which namespace do the classes, allowing you to support COM functionality, are located?
Is dcom dead?
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?
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?