Q25
What is the purpose of method overloading in C#?
A.
To allow methods with the same name and signature
B.
To override existing methods
C.
To allow methods with the same name but different signatures
AnswerD.
To restrict access to methods
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board