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

How do you make a NET component talk to a COM component?

3 Answers   TCS,


can a COM interface be implemented by more than one COM class in the same COM component?

2 Answers   Cap Gemini, Honeywell,


Can I use .net components from com programs?

0 Answers  


Explain object pooling?

1 Answers   HCL,


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

3 Answers   Microsoft,






what is oops

11 Answers   Accenture,


Futures of COM

3 Answers   MIT,


Write a JCL to copy only selected members from a partitioned data set to another partitioned data set. (Use: IEBCOPY)

1 Answers   Wipro,


Which tool is used to configure the port range and protocols for DCOM communications?

1 Answers  


What is IUnknown? What methods are provided by IUnknown?

3 Answers   IBM,


What is the difference between aggregated and contained objects?

0 Answers  


Define and explain COM?

8 Answers   Microsoft,


Categories