Define and Explain COM?
4 years ago
Operating System
COM stands for Component Object Model which is a specification (Standards).
COM has two aspects
- COM specifications provide a definition for what object is
- COM provides services or blue prints for creation of object and communication between client and server.
COM is loaded when the first object of the component is created.
Sanisha Maharjan
Jan 20, 2022