Q21
What does the 'params' keyword do in C# method parameters?
A.
Restricts the number of arguments
B.
Declares constant parameters
C.
Indicates static method
D.
Allows variable number of arguments
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board