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
Difference between Abstraction and encapsulation in C++?
What is difference between c++ 11 and c++ 14?
Differentiate between a template class and class template in c++?
What do you mean by early binding?
Can a constructor be private?
Is it possible to get the source code back from binary file?
What is a template in c++?
Explain the concept of dynamic allocation of memory?
What is implicit conversion/coercion in c++?
You want to link a c++ program to c functions. How would you do it?
What are the four partitions in which c++ compiler divides the ram?
What do nonglobal variables default to a) auto b) register c) static
When must you use a pointer rather than a reference?
Explain linked list using c++ with an example?
How can you link a c++ program to c functions?