java When a concrete class implements an interface, it must 1.write complete met
ID: 3720615 • Letter: J
Question
java
When a concrete class implements an interface, it must
1.write complete methods for all the methods in the interface
2.concrete classes cannot implement interfaces - only abstract classes can
not have a constructor since it is inherited from the interface
4.write abstract methods with the exact signature as in the interface
1.write complete methods for all the methods in the interface
2.concrete classes cannot implement interfaces - only abstract classes can
3.not have a constructor since it is inherited from the interface
4.write abstract methods with the exact signature as in the interface
Explanation / Answer
Answer) 1.write complete methods for all the methods in the interface
Explanation:- When a concrete class implements an interface, it must include the implementation for all methods declared in the interface
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.