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

program explaining feautures of c++

0 Answers   Satyam,


Where Malloc(), Calloc(), and realloc() does get memory?

0 Answers  


Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 Answers  


Out of fgets() and gets() which function is safe to use and why?

0 Answers  


What do you mean by global variables?

0 Answers  






Write about the retrieval of n number of objects during the process of delete[]p?

0 Answers  


Is c++ proprietary?

0 Answers  


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


What are guid? Why does com need guids?

0 Answers  


What is an Iterator class?

1 Answers  


When does a name clash occur?

1 Answers  


Can static member variables be private?

0 Answers  


Categories