Which of the following statements regarding abstract methods are true?

Which of the following statements regarding abstract methods are true?


A. Abstract classes have constructors.
B. A class that contains abstract methods must be abstract.
C. It is possible to declare an abstract class that contains no abstract methods.
D. An abstract method cannot be contained in a nonabstract class.
E. A data field can be declared abstract.

The correct answer is ABCD


Java

Learn More Multiple Choice Question :