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

Define and explain COM?

8 Answers   Microsoft,


What are queued components?

0 Answers  


what is mean by scintific,commercial and business applications? How they differ? Please answer me. Advance thanks.

0 Answers   Excel,


What is IUnknown? What methods are provided by IUnknown?

3 Answers   IBM,


Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?

0 Answers  






Explain queued components.

2 Answers  


How does a DCOM component know where to instantiate itself?

1 Answers  


what is oops

11 Answers   Accenture,


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

3 Answers   TCS,


where can i use pmcmd commands of informatica

1 Answers  


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

2 Answers   Cap Gemini, Honeywell,


What kind of components can be used as DCOM servers?

1 Answers  


Categories