What is method overloading in C#?
Rahul Pandey
when a single method is being used for different purpose that is called method overloading.method overloading comes under the terms of static polymorphism.