What is purpose of abstract class?


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

Post New Answer

More C++ General Interview Questions

When a function is made inline. Write the situation where inline functions may not work.

2 Answers  


Is c++ a programming language?

0 Answers  


What is the use of ::(scope resolution operator)?

0 Answers  


How a new operator differs from the operator new?

0 Answers  


How can you quickly find the number of elements stored in a a) static array b) dynamic array ?

5 Answers   Lucent,






True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

0 Answers  


What is lazy initialization in c++?

0 Answers  


How does list r; differs from list r();?

0 Answers  


List the issue that the auto_ptr object handles?

0 Answers  


How is objective c different from c++?

0 Answers  


Where and why do I have to put the "template" and "typename" keywords?

0 Answers  


Difference between delete and free.

0 Answers  


Categories