5 ms·
I think you and tonyedgecombe have different definitions of support. In my understanding, default implementation was included to allow adding methods to interfa
by Forlien 11y ago
I think you and tonyedgecombe have different definitions of support. In my understanding, default implementation was included to allow adding methods to interfaces without updating the classes that implement them. You can use this feature to do something like multiple inheritance, but I haven't heard anyone recommend it.
- _ZeD_ 11y agoWell, I hardly know anyone recommend multiple inheritance, whatever the language is :D