Question: 24
(Choose 1 answer)
What is a subclass in Java inheritance?
A. The class that inherits from another class
B. The class that is inherited from multiple classes
C. The final class in the inheritance chain
D. The class that has abstract methods