Vidyalelo
Java Programming · Q31

Interfaces and Abstract Classes

Programming · Java Programming · question 31

Q31

Given the following piece of code: public class School public abstract double numberOfStudent(); which of the following statements is true?

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.
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board