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
What are static member functions?
What are the 4 types of library?
What is a rooted hierarchy?
What are the advantages of inheritance in c++?
How do you declare a set in c++?
What is the basic concept of c++?
What is meant by forward referencing and when should it be used?
Difference between delete and free.
What is void pointer in c++ with example?
What are the various arithmetic operators in c++?
What is the difference between struct and class?
What is the role of C++ shorthand's?
What are the five basic elements of a c++ program?
What are pointer-to-members in C++? Give their syntax.
Why ctype h is used in c++?