Kizspy | Question: 31 (Choose 1 answer)
Assuming the following code snippet:public class Student { public abstract double numberOfSubject();}
Which of the following statements is true?
A. The class Student must be defined as the abstract class
B. The keywords public and abstract cannot be used together.
C. The method numberOfSubject() must have a body.
D. The method numberOfSubject() must declared with the @Override