What would be the result if a class extends two interfaces and both have a method with same name and signature? Lets assume that the class is not implementing that method.
(a) Runtime error
(b) Compile time error
(c) Code runs successfully
(d) First called method is executed successfully
This question was posed to me in an online interview.
Question is taken from Inheritance in chapter Inheritance of Java