Multiple Choice
What should you utilize when you don't know how many arguments you might eventually send to a method?
A) value parameter
B) parameter array
C) reference parameter
D) output parameter
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Given the following two method signatures, explain
Q16: What is the difference between a reference
Q17: Suppose that you create overloaded method versions
Q18: Write the DisplayStrings() method called in the
Q19: When declaring a method, how any params
Q21: If a default value is assigned to
Q22: What type of parameter requires you to
Q23: For the sake of convenience, what parameter
Q24: What are two options for writing a
Q25: A method's name and parameter list both