0
In Java how interface allows multiple inheritance? Please help with example.
Multiple inheritance not allowed in java due to ambiguity. But how interface solves the problem
1 ответ
+ 1
Use the keyword 'default', when you implement a method in an interface.