Multiple Choice
On occasion, you might want a method to be able to alter a value you pass to it.What type of parameter should you use in this case?
A) value parameter
B) reference parameter
C) optional parameter
D) global parameter
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q26: What technique allows for the ability to
Q27: How can you avoid throwing an exception
Q29: What are the four types of mandatory
Q30: What are methods with identical names that
Q31: What is another name for unnamed method
Q32: What type of arguments are ignored for
Q33: What programming principle is violated when using