|
|
|
|
|
by junon
1936 days ago
|
|
You should always know the signature of a function you're calling. Please be reading docs. The part I agree with are the method selection semantics. A good rule of thumb (though don't rely on it) is that the "more specific" prototype generally wins. |
|