What do you understand by a pure virtual member function?


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

Post New Answer

More C++ General Interview Questions

How should runtime errors be handled in c++?

0 Answers  


Who discovered c++?

0 Answers  


Explain the concept of memory leak?

0 Answers  


What is the meaning of c++?

0 Answers  


write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

0 Answers  






What do you know about near, far and huge pointer?

0 Answers  


When copy constructor can be used?

4 Answers   Symphony,


Explain static and dynamic memory allocation with an example each.

0 Answers  


What is setw manipulator in c++?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


What are the benefits of oop in c++?

0 Answers  


check whether a no is prime or not.

3 Answers   TCS,


Categories