Kizspy | Question: 20 (Choose 1 answer)
FUOVERFLOW
In Java, if a concrete subclass extends an abstract class, and the subclass provides implementations for all the abstract methods of the superclass, what is the status of the subclass?
A. The subclass is also abstract.
B. The subclass is now a concrete class.
C. The subclass cannot extend an abstract class.
D. The subclass must have at least one abstract method.
E. The subclass must override all methods of the superclass.
F. The subclass inherits the abstract status from the superclass.