What is binary object model? - C++

What is binary object model?

Component Object Model :
- 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.
How does COM provide language transparency? - C++
How does COM provide language transparency? - COM defines an API to allow for the creation of components for use in integrating custom applications or to allow diverse components to interact...
Post your comment