plz help me
what is the use of method overloading in c# in real time ???and why it comes???
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Jul 7, 2010, 8:23 AM
like operator overloading we use + arithmetic operator to concatenate two strings.. similary you can overload method to perform tasks.. that have same meaning but on different type of input.
hope you got my point.
Please mark "Do you like this post" if it helps you