Which of the following statements is true?
B.
Any class with abstract methods must itself be abstract.
A class may not be both abstract and final.
The abstract class will eventually be subclassed, and the subclass must avoid overriding the parent's final methods.