Vidyalelo
C# Programming · Q38

Functions and Methods in C Sharp

Programming · C# Programming · question 38

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
Answer
D.
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