C++ COM ActiveX Question:
Download Questions PDF

Why does COM need GUIDs?

Answer:

A globally unique identifier (GUID) is used for unique IDs. No two GUIDs are the same no matter what computer they were generated on. The attribute clsid defines the GUID of the associated ActiveX control to use.

Download C++ COM ActiveX Interview Questions And Answers PDF

Previous QuestionNext Question
What is Globally Unique Identifier?Define STL, standard template library?