C is aggregated by B, which in turn aggregated by A. Our
client requested C. What will happen?
Answer Posted / 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 |
Post New Answer View All Answers
Is dcom dead?
How to create an instance of the object in COM?
Can I use .net components from com programs?
Define and explain about COM?
Can I use com components from .net programs?
Suppose 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?
Once I have developed the com wrapper do I have to still register the com in registry?
Which namespace do the classes, allowing you to support COM functionality, are located?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?
What is reference counting in com?
Can you explain what is dcom?
Does .net replace com?
What is dcom?
What are queued components?
What is the difference between aggregated and contained objects?