Explain about Virtual Function in C++?


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

Post New Answer

More C++ General Interview Questions

We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


Implement stack operations with pointers with appropriate exception checks.

0 Answers   Huawei,


What happens when a function throws an exception that was not specified by an exception specification for this function?

1 Answers  


Why the usage of pointers in C++ is not recommended ?

0 Answers   TCS,


What is searching?

0 Answers  






Differentiate between a template class and class template in c++?

0 Answers  


Shall we use 'free' to free memory assigned by new, What are the further consequences??

5 Answers   Symphony,


Give example of a pure virtual function in c++?

0 Answers  


Is there any difference between dlearations int* x and int *x? If so tell me the difference?

16 Answers   Lason,


How did c++ start?

0 Answers  


Which operator cannot be overloaded c++?

0 Answers  


What are the different data types present in C++?

1 Answers  


Categories