When an object is passed as an argument to a method, what is passed into the method's parameter variable?
a. the class name
b. the object's memory address
c. the values for each field
d. the method names
b. the object's memory address
Computer Science & Information Technology