Component Object Model - COM

Explain Component Object Model used in C, C++ and .NET

Questions by sachinbca2006   answers by sachinbca2006

Showing Answers 1 - 2 of 2 Answers

The Component Object Model (COM) is a component software architecture that allows applications and systems to be built from components supplied by different software vendors. COM is the underlying architecture that forms the foundation for higher-level software services, like those provided by OLE. OLE services span various aspects of component software, including compound documents, custom controls, inter-application scripting, data transfer, and other software interactions.

  Was this answer useful?  Yes

Gunvant

  • Sep 6th, 2009
 

COM is a platform-independent, distributed, object-oriented system for creating binary software components that can interact.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions