We love social media, but we do not expect you to create yet another public outpost on the Web.
One of hundreds of answers available with our premium content service.
A: The authors of the Java language took a design decision to compromise multiple inheritance with interfaces, the specifics of this decision may be covered in other sources. Practically, multiple inheritance is difficult because it creates ambiguity when a class inherits methods from two superclasses with the same method signature: which version should be called?
… full answer hidden
Premium members click below for full answer
Why doesn't Java support multiple inheritance?