πŸ“Š JAVA
Q. 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.
πŸ’¬ Discuss
βœ… Correct Answer: (D) Class School must be defined abstract.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
85
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ritu Nagar
Publisher
πŸ“ˆ
85%
Success Rate