Kizspy Question: 23
(Choose 1 answer)
What is a superclass in Java inheritance?
A. The class from which the subclass is derived
B. The class that inherits from another class
C. The final class in the inheritance chain
D. The class that has abstract methods