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 |
What do you understand by a pure virtual member function?
What is difference between malloc()/free() and new/delete?
What is the difference between a constructor and a destructor in C++?
List out some of the OODBMS available?
Why would you make a destructor virtual?
What is the difference between passing by reference and passing a reference?
How can you differentiate between inheritance and implementation in c++?
Do class method definitions?
Which programming language's unsatisfactory performance led to the discovery of c++?
Write a recursive program to calculate factorial in c++.
Which algorithm do you like the most? Why?
Why is null pointer used?