Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

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