What is virtual function? Explain with an example


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

Post New Answer

More C++ General Interview Questions

What is an iterator?

0 Answers  


Is there any problem with the following: char *a=NULL; char& p = *a;?

1 Answers  


What is the difference between the functions rand(), random(), srand() and randomize()?

0 Answers  


What is a string example?

0 Answers  


Is the declaration of a class its interface or its implementation?

0 Answers  






What is c++ used for in games?

0 Answers  


What is the use of map in c++?

0 Answers  


Implement a 2 dimensional array by one dimentional array

1 Answers   CTS,


How many namespaces are there in c++?

0 Answers  


What is the difference between while and do while loop?

0 Answers  


What would happen on forgetting [], while deallocating an array through new?

0 Answers  


How to allocate memory dynamically for a reference?

0 Answers  


Categories