Sail E0 Webinar
Question
Given the following piece of code:public class School{ public abstract double numberOfStudent();}which of the following statements is true?
Options:
A .  The keywords public and abstract cannot be used together.
B .  The method numberOfStudent() in class School must have a body.
C .  Class School must be defined abstract.
D .  You must add a return statement in method numberOfStudent().
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers