What declares an abstract method in an abstract class


Problem:

Question- Which of the following declares an abstract method in an abstract class?

a) public abstract void DisplayResult();

b) public void abstract DisplayResult();

c) public void DisplayResult{};

d) public abstract void DisplayResult() {}

Provide the correct answer and justification for your choice.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: What declares an abstract method in an abstract class
Reference No:- TGS0893997

Expected delivery within 24 Hours