Difference between Overloading and Overriding?
Answer Posted / ramesh pedhamalla
Overloading is compile time binding, where as overriding is
dynamic binding.....
| Is This Answer Correct ? | 112 Yes | 25 No |
Post New Answer View All Answers
What are the various operations performed on stack?
What is a singleton class c++?
What will the line of code below print out and why?
What is near, far and huge pointers? How many bytes are occupied by them?
What is the standard template library (stl)?
what is multi-threading in C++?
What is virtual destructor? What is its use?
What is expression parser in c++
Does c++ cost money?
What is a block in c++?
How can you tell what shell you are running on unix system?
What is buffer and example?
What are single and multiple inheritances in c++?
If dog is a friend of boy, is boy a friend of dog?
What are the two main components of c++?