Solved

Which of the Following Statements About Abstract Methods Is True

Question 62

Multiple Choice

Which of the following statements about abstract methods is true?


A) An abstract method has a name, parameters, and a return type, but no code in the body of the method.
B) An abstract method has parameters, a return type, and code in its body, but has no defined name.
C) An abstract method has a name, a return type, and code in its body, but has no parameters.
D) An abstract method has only a name and a return type, but no parameters or code in its body.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions