|
|
|
|
|
by bradleyjg
3376 days ago
|
|
Even if you have a language that forces you to assign the return value, what does the compiler do in a situation like: Integer getSomething()
String getSomething()
when the calling site is: Object something = obj.getSomething();
|
|