Worst toString() Ever…
I think I just wrote the single worst toString(), ever! public String toString() { if (this != null) return "**** implement me"; return "i am null"; } Heck, it's late…
I think I just wrote the single worst toString(), ever! public String toString() { if (this != null) return "**** implement me"; return "i am null"; } Heck, it's late…