|
|
|
|
|
by gwervc
700 days ago
|
|
> The whole point of an interface is to allow for multiple concrete implementations. The issue is that in this case the second method may not be an implementation of the interface at all in the first place, simply a method that happens to have the same signature. That can happen easily when parameters are only built-in or BCL types. |
|