What is the difference between "overloading" and "overridding"?
Answer Posted / shivanannd
overloading means that we can use same method with same
name many times for multiple purpose in a class with
difference parameters.
overriding means we can refer a method of a base class with
same name in a derived class with same paameters.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Tell me what are static member functions?
Give 10 points of differences between C & C++.
What methods can be overridden in java?
What is buffering in c++?
Which operations are permitted on pointers?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is vectorial capacity?
Is swift a good first language?
What is the extraction operator and what does it do?
Can non graphic characters be used and processed in C++?
Is java easier than c++?
What do you mean by ‘void’ return type?
Why is c++ awesome?
Why do we use structure in c++?
Can we declare a base-class destructor as virtual?