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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board