Answers:
overriding keyword cahnge behavour in derive class with same signature, Overloading means same name but passing different datatype or different number arguments within the same class
Overriding means same name passing same datatype or same arguments within the same class Overloading means same name but passing different datatype or different number arguments within the same class
 Posted by: Haider
Contact Haider
Compiler resolves overloading during compile time itself. however, overriding is resolved during runtime
 Posted by: Sundar
Contact Sundar
overriding in key word which is use overriding a virtual meathod of base class Overloading means same name but passing different datatype or different number arguments within the same class`
 Posted by: rahilmohd
Contact rahilmohd
1. Overloading and Overriding both shows the POLYMORPHISM CONCEPT. 2. Overloading is Compile time polymorphism.Overriding is run time Polymorphism. 3. Overloading is with in the class while overriding is across the classes.
 Posted by: Sum
Contact Sum
If you have the better answer, then send it to us. We will display your answer after the approval.