What is the difference between aggregated and contained objects?
Answer / Rahul Singh Kasera
In COM (Component Object Model), an aggregated object is owned by another object, meaning the container retains the lifetime of the aggregated object. On the other hand, a contained object manages its own lifetime independently. The container only keeps a reference to the contained object, and when the reference count reaches zero, the contained object gets destroyed.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do we create dcom object in vb6?
What is the difference between aggregated and contained objects?
What is IUnknown? What methods are provided by IUnknown?
what is oops
Can you explain what is dcom?
Explain Futures of COM?
What is dcom?
What is a moniker ?
What happens when client calls CoCreateInstance?
Explain queued components.
how you call a dll as a COM dll.
What are queued components?