What do you understand by pure virtual function? Write about its use?


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

Post New Answer

More C++ General Interview Questions

Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

0 Answers  


What is the difference between cin.read() and cin.getline()?

0 Answers  


What is static in c++?

0 Answers  


Where do I find the current c or c++ standard documents?

0 Answers  


Const char *p , char const *p What is the difference between the above two?

0 Answers   TCS,


How many namespaces are there in c++?

0 Answers  


What do you mean by stack unwinding in c++?

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 is a mutable member?

1 Answers  


What is an action class?

1 Answers  


How are virtual functions implemented in c++?

0 Answers  


Why do we use double in c++?

0 Answers  


Categories