Short Answer
price is an instance variable of a class. Inside the method public void change( int price ), how do we refer to the instance variable price and not the parameter price?
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: static methods can use the object reference
Q41: What is the purpose of class constructors?<br>A)
Q42: Accessor methods are void methods.
Q43: Which access modifier can be referenced by
Q44: The body of a method must be
Q46: The reference _ refers to the object
Q47: The enum objects are instantiated as _
Q48: The _ method is called automatically when
Q49: It is possible to create user-defined classes
Q50: When you define a static variable for