What is the difference between overloading and overriding ? how can this be .NET?

 Posted by Lakshmiramesh on 6/26/2008 | Category: .NET Framework Interview questions | Views: 19586
Answer:

Overriding - Method has the same signature as the parent class method.
Overloading - Method having diff parameters list or type or the return type may be different.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response