C++ COM ActiveX Question:

Explain Component Object Model?

Tweet Share WhatsApp

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 PDF Read All 22 C++ COM ActiveX Questions
Previous QuestionNext Question
How COM provide the language transparency?Define the syntax and semantics for a function template?