An instance method might contain a statement like this.weight = 1.0; but if that methods class currently

Question:

An instance method might contain a statement like this.weight = 1.0; but if that method’s class currently has five instantiated objects, there are five different variables called weight. How can we determine which one is getting the new value?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: