Single Choice Not Set

QWhich of the following declares an abstract method in an abstract Java class?

ID: #2272 Java Interfaces And Abstract Classes MCQ 1,929 views
Question Info
#2272Q ID
Not SetDifficulty
Java Interfaces And Abstract Classes MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A public abstract method();
  • B public abstract void method();
  • C public void method() {}
  • D public void abstract Method();
Correct Answer

Explanation

public abstract void method();

Share This Question

Challenge a friend or share with your study group.