Multiple choice

…..……..method is a method that defines all aspects of itself except what code executes.

  1. An instance

  2. An abstract

  3. A class

  4. None of the above

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

An abstract method is declared without an implementation body; it must be implemented by non-abstract subclasses.