Answer Posted / riddhi
COM Dll exposes Interface on the contrary to normal DLL
that exports functions. Clients create the pointer to
COMDLL's interface to call the methods defined by the
component that implements the interface.
That results in isolation of implementation and definition
of method in the interface. Client doesnt need to relink or
recompile the code if method in the com dll changes as far
as the definition of the interface remains same.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
Once I have developed the com wrapper do I have to still register the com in registry?
how to call a dll as a COM dll?
What are queued components?
How to create an instance of the object in COM?
What is reference counting in com?
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?
What is the use of com component in .net?
Can I use .net components from com programs?
What is dcom?
Does .net replace com?
Is dcom dead?
Can I use com components from .net 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?
How do we create dcom object in vb6?