Vidyalelo
C# Programming · Q21

Functions and Methods in C Sharp

Programming · C# Programming · question 21

Q21

What is the purpose of method parameters in C#?

A.
To define the name of the method
B.
To specify the return type of the method
C.
To define the access modifier of the method
D.
To pass data to the method
Answer

Answer: Option D

Solution

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