Hi, suppose I have something like this on my main method.
public static void main (String[] args){
Table one = new Table();
}
How can I print the name of the object table?
Its so that I can print something like this
Table one:
Color is ...
Texture is....
etc