Comment on C# almost has implicit interfacesparentComments−beart2yIn theory, you have a point. However, in practice it doesn't matter. It is extremely unlikely that the code is written in a way where random, unknown implementations are being passed around and called.−wvenable2yBut then, in practice, why is it a problem to be explicit?−beart2yIt's not; never said as much.
Comments
In theory, you have a point. However, in practice it doesn't matter. It is extremely unlikely that the code is written in a way where random, unknown implementations are being passed around and called.
But then, in practice, why is it a problem to be explicit?
It's not; never said as much.