Question: Assume a class extends another class and implements an interface, both of which define the same method. Which statement is true about this conflict of
Assume a class extends another class and implements an interface, both of which define the same method. Which statement is true about this conflict of inherited methods? Group of answer choices The compiler will generate an error due to the conflict. The code compiles but generates an exception at run time due to the conflict. The subclass inherits the superclass method and ignores the default method from the interface. There is no conflict because interfaces cannot provide method implementation.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
