This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ddsf:public:guidebook:06_append:glossary:c:com [2020/09/29 16:07] murphy |
ddsf:public:guidebook:06_append:glossary:c:com [2021/07/14 16:27] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Component Object Model (COM) ===== | ===== Component Object Model (COM) ===== | ||
| - | [[ddsf:private:cookbook:06_append:glossary| Return to Glossary ]] | + | [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] |
| - | **Component Object Model (COM)** is a simple Microsoft specification method that defines a binary standard for exchanging code between two systems, regardless of the OS or programming language. COM provides access to distributed client object services and is used to share cross-platform binary code and programming languages. | + | **Component Object Model (COM)** is a simple Microsoft specification method that defines a binary standard for exchanging code between two systems, regardless of the [[ddsf:public:guidebook:06_append:glossary:o:os|OS]] or programming language. COM provides access to distributed client object services and is used to share cross-platform binary code and [[ddsf:public:guidebook:06_append:glossary:p:programlang|programming languages]]. |
| - | Portability - COM's primary [[ddsf:private:cookbook:06_append:glossary:o:oop|objective]] - is achieved through well-defined COM object interfaces. | + | [[ddsf:public:guidebook:06_append:glossary:p:portability|Portability]] - COM's primary [[ddsf:public:guidebook:06_append:glossary:o:oop|objective]] - is achieved through well-defined COM object interfaces. |
| Source: [[https://www.techopedia.com/definition/1294/component-object-model-com | Component Object Model (COM) ]] | Source: [[https://www.techopedia.com/definition/1294/component-object-model-com | Component Object Model (COM) ]] | ||