What is the Component Object Model (COM)? Is it language-dependent?

后端 未结 4 1865
灰色年华
灰色年华 2021-01-30 18:45

I\'m new to COM, and I don\'t know what it is or why it exists.

Is this a programming methodology like OOP? Do programming languages have to support it? (with some speci

4条回答
  •  深忆病人
    2021-01-30 19:31

    Component Object Model is a standard defined by Microsoft, for a language-independent binary object interface, i.e. it enables different OO languages to pass around objects and call methods on them.

提交回复
热议问题