Answer: A) the method will have only a header, but not a body, and end with a semicolon
Explanation:
Abstract method is defined as declaration method i.e. header without any implementation technique. It does not have any method body and ending with semicolon.It depends on abstract class to include abstract method or not.