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

What are the rules for naming an identifier?

0 Answers  


Why is c++ still used?

0 Answers  


Which of the following operator cannot be overloaded?

2 Answers   TCL,


What are the benefits of operator overloading?

0 Answers  


What are default parameters? How are they evaluated in c++ function?

0 Answers  






. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

0 Answers  


What does new do in c++?

0 Answers  


What is flush programming?

0 Answers  


What relational operators if statements in c++?

0 Answers  


Explain the uses of static class data?

0 Answers  


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

0 Answers  


Explain selection sorting?

0 Answers  


Categories