Learn and practice your skills with our MCQ question answers to improve your knowledge. MCQs list
Start Practice with MCQsQuizack 10 minutes test will assess your knowledge and give you comprehensive results along feedback.
Start QuizDownload Free COM (Component Object Model) MCQ questions answers PDF to practice and learn while are offline.
Download PDF
Used by 100s of Jobseekers and students
Focused questions for skill assessment
Premium questions with correct answers
The default method of a component.
A strongly typed contract between a software component and a client.
An articulation of an expected behaviour and expected responsibilities.
a and b.
b and c
Answer:
b and c
A COM object that has multiple interfaces has only one implementation of the IUnknown interface.
All calls to QueryInterface for a single COM object must behave in the same manner at all times.
QueryInterface is the mechanism by a caller gains access to the other services defined by an object.
AddRef and Release point to the fact that the lifetimes of COM objects are controlled through reference counting.
The IID for IUnknown, is called IID_IUnknown, and is defined in the COM header file since it is a standard interface defined by Microsoft.
Answer: