What is function overriding?



What is function overriding?..

Answer / sudar

base class method they can used to contain same function and arguments of subclass.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C++ General Interview Questions

What data encapsulation is in c++?

0 Answers  


Are vectors faster than arrays?

0 Answers  


how to explain our contribution in the project?

0 Answers   Wipro, Yahoo,


Do you know the use of vtable?

0 Answers  


Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number

1 Answers   TATA, TCS,






What are the differences between a struct and a class in C++?

7 Answers   Amazon, Wipro,


What does '\r' and '\b' mean? Please explain with example.

7 Answers  


What are the classes in c++?

0 Answers  


What is the need of a destructor? Explain with the help of an example.

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  


Which is best ide for c++?

0 Answers  


What is increment operator in c++?

0 Answers  


Categories