What is the iunknown interface?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is general form of pure virtual function? Explain?

0 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster

11 Answers  


What is the cout in c++?

0 Answers  


What is std namespace in c++?

0 Answers  






Who made c++?

0 Answers  


Can create new c++ operators?

0 Answers  


What is a terminating character in c++?

0 Answers  


Which programming language's unsatisfactory performance led to the discovery of c++?

0 Answers  


Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  


What are Virtual Functions? How to implement virtual functions in "C" ?

3 Answers  


Describe public access specifiers?

0 Answers  


Categories