C++ COM ActiveX Question:
Download Questions PDF

Tell me how does COM provide language transparency?

C++ COM ActiveX Interview Question
C++ COM ActiveX Interview Question

Answer:

COM defines an API to allow for the creation of components for use in integrating custom applications or to allow diverse components to interact.

But in order to interact, components must adhere to a binary structure specified by Microsoft.

As long as components adhere to this binary structure, components written in different languages can interoperate.

Download C++ COM ActiveX Interview Questions And Answers PDF

Previous QuestionNext Question
What is Component Object Model?Do you know what is a type library?