Matching
Match each item with a statement below:
Premises:
Receives a copy of the value passed to it
Optionally present within parentheses after the method name in a method declaration
Can only be used in conjunction with an object
One that calls another method
A method's complete name including its class
The return type for a method that returns either true or false
What is received by an invoked method when an object is passed to it by reference
This kind of variable is declared within a method and is not known to other methods
A variable declared within a class but outside of the class's methods
Responses:
parameter list
value parameter
fully qualified name
calling method
nonstatic method
local variable
field
bool
object's starting memory address
Correct Answer:
Premises:
Responses:
Receives a copy of the value passed to it
Optionally present within parentheses after the method name in a method declaration
Can only be used in conjunction with an object
One that calls another method
A method's complete name including its class
The return type for a method that returns either true or false
What is received by an invoked method when an object is passed to it by reference
This kind of variable is declared within a method and is not known to other methods
A variable declared within a class but outside of the class's methods
Premises:
Receives a copy of the value passed to it
Optionally present within parentheses after the method name in a method declaration
Can only be used in conjunction with an object
One that calls another method
A method's complete name including its class
The return type for a method that returns either true or false
What is received by an invoked method when an object is passed to it by reference
This kind of variable is declared within a method and is not known to other methods
A variable declared within a class but outside of the class's methods
Responses:
Related Questions
Q3: A declaration for a method that receives
Q6: A _ statement causes a value to
Q7: You indicate that a method parameter is
Q8: To more easily incorporate methods into a
Q10: Arrays, like all objects, are passed by
Q12: If you use the keyword modifier _,
Q14: A method _ is a block of
Q15: If you create a Click() method that
Q16: The _ accessibility modifier limits method access
Q39: What are the two most common accessibility