What is overloading in C#?
Sanjay Dixit
Function with same name with different signatures. The signatures may vary either in the no. of parameters, order of parameters and type of parameters.