Q. 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.
β
Correct Answer: (B)
Compile time error
You must be Logged in to update hint/solution