adspace
Answer Posted / Himanshu Bhatnagar
Method overloading in C# refers to having multiple methods with the same name but different parameters. Overloaded methods should have unique parameter lists so that the compiler can distinguish them from each other.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers