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 most powerful coding language?
Is c# written in c++?
How does a C++ structure differ from a C++ class?
Differentiate between an external iterator and an internal iterator?
Is c++ a float?
When do we use copy constructors?
How would you differentiate between a pre and post increment operators while overloading?
Are iterators pointers?
Why should you learn c++?
Explain polymorphism?
How to tokenize a string in c++?
Why do we learn c++?
Difference between struct and class in terms of access modifier.
What is a pointer how and when is it used?
What are the benefits of pointers?