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
Is dcom dead?
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 are queued components?
What is reference counting in com?
Can I use .net components from com programs?
What is dcom?
Once I have developed the com wrapper do I have to still register the com in registry?
Does .net replace com?
What is the difference between aggregated and contained objects?
Which namespace do the classes, allowing you to support COM functionality, are located?
How do we create dcom object in vb6?
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?
Define and explain about COM?
Explain Futures of COM?