Page 1 of 1

What would be the result if a class extends two interfaces and both have a method with same name and signature? Lets ass

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) Runtime error
b) Compile time error
c) Code runs successfully
d) First called method is executed successfully