What Will Happen If We Provide Concrete Implementation Of #1084
What will happen if we provide concrete implementation of method in interface?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Interfaces Packages - Java Interfaces - Quiz No.1.
What will happen if we provide concrete implementation of method in interface?
The concrete class implementing that method need not provide implementation of that method
Runtime exception is thrown
Compilation failure
Method not found exception is thrown