‹ Back to the paper
All methods declared in the interface are abstract. Where will the body of these abstract methods…
All methods declared in the interface are abstract. Where will the body of these abstract methods be defined?
Answer
Answer
AIThe body of an interface's abstract methods is defined in the class that implements the interface; that class must provide (override) the implementation for every abstract method of the interface.
From ISC Computer Science - Competency Focused Practice Questions (CISCE, August 2024), question 29.