Multiple Choice
For the sake of convenience, what parameter type can be used when the variable to be passed does not have an assigned value at the time the method is called?
A) reference parameter
B) value parameter
C) mandatory parameter
D) output parameter
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: Write the DisplayStrings() method called in the
Q19: When declaring a method, how any params
Q20: What should you utilize when you don't
Q21: If a default value is assigned to
Q22: What type of parameter requires you to
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
Q28: On occasion, you might want a method