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 are shallow and deep copy?
What is a linked list in c++?
How does work in c++?
What is the difference between *p++ and (*p)++ ?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What is the use of pointer in c++ with example?
What is the best c c++ compiler for windows?
Tell me what are static member functions?
Why namespace is used in c++?
What is setw manipulator in c++?
Is nan a c++?
What is abstract class in c++?
Why do we use the using declaration?
How is modularity introduced in C++?
Which is most difficult programming language?