adeel shahid


{ City } lahore
< Country > pakistan
* Profession * software engineer
User No # 24118
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 98
Users Marked my Answers as Wrong # 36
Questions / { adeel shahid }
Questions Answers Category Views Company eMail




Answers / { adeel shahid }

Question { IBM, 194437 }

Difference between Overloading and Overriding?


Answer

overriding is done in the base class where the parent class
method is overridden by a method of the same signature.

Overloading is done in the same class on functions with
input parameters differing in number or type.

Is This Answer Correct ?    98 Yes 36 No