| |
GeekInterview.com > Interview Questions > Concepts > OOPS
| Print | |
Question: Component Object Model - COM
Answer: Explain Component Object Model used in C, C++ and .NET |
| December 12, 2008 04:30:43 |
#1 |
| mahesh.alladwar |
Member Since: December 2008 Total Comments: 1 |
RE: Component Object Model - COM |
| 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. |
| |
Back To Question | |