Difference between Overloading and Overriding?
Answer Posted / natarajan
Overloading is compile time binding, where as overriding is
dynamic binding.
| Is This Answer Correct ? | 149 Yes | 40 No |
Post New Answer View All Answers
What is the difference between new() and malloc()?
What are multiple inheritances (virtual inheritance)?
What does floor mean in c++?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What is the basic of c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What does obj stand for?
What do you understand by pure virtual function? Write about its use?
Is c++ the hardest programming language?
What is the oldest programming language?
Is string an object in c++?
Explain how a pointer to function can be declared in C++?
What is a template in c++?
Explain all the C++ concepts using examples.
What is the protected keyword used for?