What is the difference between "overloading" and "overridding"?
Answer Posted / vighnesh
Overloading uses same funtion with different parameters
Overriding Uses same exactly similar funtion prototypes
this used in runtime polimorphism ie Virtual Funtions
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is c++ w3school?
What is a rooted hierarchy?
What is array give example?
What are mutator methods in c++?
What are the uses of pointers?
What do the keywords volatile and mean mutable?
Is c++ low level?
What is polymorphism in c++? Explain with an example?
What are arithmetic operators?
what are the iterator and generic algorithms.
Explain the difference between using macro and inline functions?
What are the comments in c++?
Why can’t you call invariants() as the first line of your constructor?
What is the use of function pointer?
Discussion on error handling of C++ .