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
Can I use com components from .net programs?
What is dcom?
Define and explain about COM?
What is the use of com component in .net?
Is dcom dead?
Which namespace do the classes, allowing you to support COM functionality, are located?
Explain Futures of COM?
Can I use .net components from com programs?
Can you explain what is dcom?
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?
How do we create dcom object in vb6?
What is the difference between aggregated and contained objects?
Once I have developed the com wrapper do I have to still register the com in registry?
What are queued components?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?