How can we assume a method is an instance of a class and then write a method call to add an object referenced by the instance to the world at (200, 100) x-y coordinates
I have the following scenario iv. Assume hgryWombat is an instance of HungryWombat class. Write a method call to add the HungryWombat referenced by hgryWombat to the world at (200, 100) x-y coordinates..
How can we make this code?
