If you declare a variable as an instance variable within a class, and you declare and use the same variable name within a method of the class, then within the method, _________________.
a. the variable used inside the method takes precedence
b. the class instance variable takes precedence
c. the two variables refer to a single memory address
d. an error will occur