|
|
|
|
|
by EdwardDiego
20 days ago
|
|
Is it because of the kinda built-in duck typing, for want of a better word? The thing where if you have a method (or methods) that matches the signature of method(s) of an interface, you implement the interface without explicitly declaring so? |
|
Structural typing is the term typically used to describe "static duck typing".