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



C is aggregated by B, which in turn aggregated by A. Our client requested C. What will happen?..

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

C is aggregated by B, which in turn aggregated by A. Our client requested C. What will happen?..

Answer / mms zubeir

Client is aggregated.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More COM DCOM Interview Questions

What happens when client calls CoCreateInstance?

2 Answers   Cap Gemini,


Define and explain COM?

8 Answers   Microsoft,


What is IUnknown? What methods are provided by IUnknown?

3 Answers   IBM,


Do COM keep track of all the object references(Accounting)?

3 Answers   Microsoft,


What is the difference, if any, between OLE and COM?

3 Answers  






Can you explain what is dcom?

0 Answers  


How do we create dcom object in vb6?

0 Answers  


Explain queued components.

2 Answers  


What is the difference between aggregated and contained objects?

0 Answers  


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?

0 Answers  


What is reference counting in com?

0 Answers  


Can I use .net components from com programs?

0 Answers  


Categories