hi everyone
System.out.println(currentPlayer);
it returns to me like this:Player@7cbde6
i know it was caused by toString() and it is suggested to ues overriding method
but i don't know how to do it, so can somebody teach me how to use overiding method so System.out.println(currentPlayer); will display what i want
thank you very very much
drunkpanda