/ Published in: Java
This was how I should have done it.
Expand |
Embed | Plain Text
return super.toString() + " [Place: " + place + "; State: " + state + "; Postcode: " + postcode + "; Country: " + country; }
You need to login to post a comment.
