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
Explain virtual class?
What are c++ variables?
What does it mean to declare a destructor as static?
What is type of 'this' pointer? Explain when it is get created?
What is the full form of india?
How do we balance an AVL Tree in C++?
Is c# written in c++?
What are static type checking?
What is a map in c++?
What happens when you make call 'delete this;'?
What is stl containers in c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
Is c++ double?
What is a singleton class c++?
List different attributes in C++?