- A The keywords public and abstract cannot be used together.
- B The method numberOfStudent() in class School must have a body.
- C You must add a return statement in method numberOfStudent().
- D Class School must be defined abstract.
Java Programming Language MCQ Java Interfaces And Abstract Classes MCQ
⚠ Report ✓ Question Verified Copy Link
public class School{
public abstract double numberOfStudent();
}
which of the following statements is true?
Learn More MCQ Questions from Java Programming Language MCQ Java Interfaces And Abstract Classes MCQ