Solved

Which of the Following Statements About Abstract Methods Is True

Question 42

Multiple Choice

Which of the following statements about abstract methods is true?


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

Correct Answer:

verifed

Verified

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

Related Questions