Match each item with a statement below.
A. A parameter in a method header.
B. A set of methods that can accept a call given the passed argument list.
C. A programming principle compromised by named arguments.
D. An argument in a calling method.
E. A parameter that receives a copy of the value passed to it.
F. Convenient when a variable might not have an assigned value when passed to a method.
G. Declares a reference parameter.
H. A local array declared within the method header by using the keyword params.
I. Named parameters can support this programming principle by providing clarity about the intended use of an argument.
J. A method argument that is preceded with the name of the called method's parameter to which it will be assigned.
A. formal parameter
B. applicable methods
C. implementation hiding
D. actual parameter
E. value parameter
F. output parameter
G. ref modifier
H. parameter array
I. self-documentation
J. named argument
You might also like to view...
________ are optional commands and features that are not immediately available and must first be installed to use them
A) Scenarios B) Constraints C) Add-ins D) Decision variables
________ schemes consist of rules that combine data values in specific formats and locations to generate a new data value
A) Identification B) Codification C) Linked D) Merged