Is it possible to return the name you gave to a Rectangle object when you created it? For example:
Rectangle f = new Rectangle();
f.getName() \\would return "f"
Is it possible to return the name you gave to a Rectangle object when you created it? For example:
Rectangle f = new Rectangle();
f.getName() \\would return "f"