|
|
|
|
|
by 8n4vidtmkvmk
700 days ago
|
|
What about methods that share a signature but have a different meaning? The interface can have a comment documenting what it's supposed to do. Any class/function that explicitly implements said interface should adhere to that definition/meaning. Any function that implicitly implements it... who knows what was intended. |
|