Write a note about the virtual member function?


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

Post New Answer

More C++ General Interview Questions

Can user-defined object be declared as static data member of another class?

0 Answers  


What is "map" in STL?

2 Answers  


When do you call copy constructors?

0 Answers  


write a porgram in c++ that reads an integer and print the biggest digit in the number

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  






What is the full form of c++?

0 Answers  


What is a Default constructor?

1 Answers  


Can the creation of operator** is allowed to perform the to-the-power-of operations?

0 Answers  


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

0 Answers  


Why main function is special in c++?

0 Answers  


Why do we need runtime polymorphism in c++?

0 Answers  


Difference between Abstraction and encapsulation in C++?

0 Answers   Impetus,


Categories