Difference between COM Component and Class
-
HI, I faced this question in an Interview, "Difference between COM Component and Class" What is the Answer. Thanks & Regards, Rayalu
-
HI, I faced this question in an Interview, "Difference between COM Component and Class" What is the Answer. Thanks & Regards, Rayalu
In basic terms a COM component exposes a binary interface which allows a program written in any language to access it, regardless of the language that the component is written in. A class is exposed as source code and can only be used in a program using the same source language.
It's time for a new signature.
-
In basic terms a COM component exposes a binary interface which allows a program written in any language to access it, regardless of the language that the component is written in. A class is exposed as source code and can only be used in a program using the same source language.
It's time for a new signature.
Nice Answer.
-
Nice Answer.