Q38
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
AnswerD.
To allow multiple methods with the same name
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board