Delete comment from: Java67
"Ever since Java 8 introduced default and static methods in JDK 8, it's become possible to define non-abstract methods in interfaces"
This is such a bad addition to the java language. It ruins the purpose of a interface by basically turning it into an abstract class.
May 28, 2021, 7:33:04 AM
Posted to Default Methods and Multiple Inheritance in Java 8