#default-methods #horstmann-java8-for-really-impatient #java #java8
Interfaces clash. If a superinterface provides a default method, and another interface supplies a method with the same name and parameter types (default or not), then you must resolve the conflict by overriding that method.