Multiple choice …..……..method is a method that defines all aspects of itself except what code executes. An instance An abstract A class 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.