Multiple choice

The method within the abstract class must be _________.

  1. static

  2. final

  3. constant

  4. abstract

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The method within the abstract class must be abstract, which should also be defined in another class.