What will happen if we provide concrete implementation of method in interface?

a) The concrete class implementing that method need not provide implementation of that method
b) Runtime exception is thrown
c) Compilation failure
d) Method not found exception is thrown

1 thought on “What will happen if we provide concrete implementation of method in interface?”

Leave a Comment