How many values a method can return in C#?

A. Any number of values
B. Only 1 value
C. Depends on the argument passed
D. Depends on class
View Answer

B. Only 1 value