Interfaces vs Implementations
Discussions center on distinguishing programming interfaces from concrete implementations, their benefits, tradeoffs, and usage in languages like Java, Go, Julia, and Python.
Activity Over Time
Top Contributors
Keywords
Sample Comments
You're confusing interface with implementation.
There are a few different ways of implementing interfaces, each with different tradeoffs, so it's not boilerplate :^)
Can you make an example of how it would be confused with interfaces in weird ways?
The stuff you mix in has code. Interfaces do not.
you don't like java interfaces?
It's like saying interfaces are classes without implementation.
See above, interfaces won't solve that problem unfortunately.
wrong. if your implementation is simple enough you dont need the interface.
Programming to interfaces not implentation is at least encouraged if not outright enforced.
You’ve described interfaces, not so much inheritance.