COM DCOM Question:

Define and explain about COM?

COM DCOM Interview Question
COM DCOM Interview Question

Answer:

COM (Component Object Model) technology in the Microsoft
Windows-family of Operating Systems enables software
components to communicate. COM is used by developers to
create re-usable software components, link components
together to build applications, and take advantage of
Windows services.


Previous QuestionNext Question
how to call a dll as a COM dll?Differentiate normal DLL to COM DLL?