Hacker News new | ask | show | jobs
by Spivak 1877 days ago
Because interfaces don’t confer a relationship between implementations, only that they have some common method signatures.
1 comments

> Because interfaces don’t confer a relationship between implementations

Having the interface implement functions does exactly that, so your point only applies for interfaces without implementations.