Vidyalelo
C# Programming · Q25

Functions and Methods in C Sharp

Programming · C# Programming · question 25

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
Answer
D.
To restrict access to methods

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board