A good answer might be:
How many Point objects are created by this program? 1 --- the object referenced by pt | |
One Object, with Changing DataThe program changes the data inside a Point object using that object's move() method:
Here is a picture of this:
| |
QUESTION 13:Can a constructor be used to change the data inside an object? Click Here after you have answered the question |