What will happen if we provide concrete implementation of method in interface?
Posted: Wed Jul 13, 2022 7:50 pm
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
b) Runtime exception is thrown
c) Compilation failure
d) Method not found exception is thrown