Questions 1 - 2 of 2
Close
Flag this interview question as inappropriate Inappropriate
See Answer
COM is an acronym for Component Object Model. COM is a way of building objects that is independent of any programming language.  Every COM object implements an interface named IUnknown. It contains three methods: -         QueryInterface: Returns a pointer to another interface -         AddRef:  Increments the objects reference count -         Release: Decrements the objects reference count. One of the rules of COM says that given a pointer to an interface a client can call any IUnknown method through that pointer as well as any methods that are specific to that interface. Hence all interfaces must support the three IUnknown methods in addition to their own methods.
Create Date
:
Saturday, May 10, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
IUnknown is a basic interface existing in windows, which should be inherited by all
other interfaces designed. the methods are - -> AddRef() -> Release() -> QueryInterface()
Create Date
:
Monday, March 10, 2008
Asked At
:
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 


Check out our newest job listings!

Post a Job! $49 for 60 days



Suggestions & Comments




Share Your Interview Questions
Ask Interview Questions
View Unanswered Questions

















Advertise on this site