What is the purpose of method overloading in C#?
A. To restrict access to methods
B. To allow multiple methods with the same parameters
C. To allow multiple methods with the same name but different parameters
D. To allow multiple methods with the same name
Answer: Option C
Join The Discussion