1.

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

A. Runtime error
B. Compile time error
C. Code runs successfully
D. First called method is executed successfully
Answer» C. Code runs successfully


Discussion

No Comment Found