Multiple Choice
A special variable that holds a value being passed into a method is called a(n) __________.
A) modifier
B) parameter
C) alias
D) argument
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: Methods are commonly used to:<br>A) speed up
Q19: In a general sense, a method is
Q20: To document the return value of a
Q21: A parameter variable's scope is _.<br>A) the
Q22: Select all that apply. Any method that
Q24: When you pass an argument to a
Q25: A value-returning method can return a reference
Q26: A _ type of method performs a
Q27: If method A calls method B, and
Q28: Given the following method, which of these