Solved

When a Reference Variable Is Passed as an Argument to a Method

Question 6

Multiple Choice

When a reference variable is passed as an argument to a method:


A) a copy of the variable's value is passed into the method's parameter
B) the method has access to the object that the variable references
C) the method becomes a static method
D) the program will terminate

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions