0 votes
in C Sharp by
What is method overloading in C#?

1 Answer

0 votes
by

Method overloading is mechanism to create multiple methods with the same name and unique signature in the same class. When you go for compilation, the compiler uses overload resolution to determine the specific method to be invoked.

Related questions

+1 vote
0 votes
asked Oct 18, 2019 in C Sharp by Robin
0 votes
asked Oct 22, 2020 in JAVA by sharadyadav1986
...