Question: 23
(Choose 1 answer)
What happens if a subclass does not implement all the abstract methods of its superclass?
A. The subclass must be declared abstract.
B. The subclass can still be instantiated.
C. The subclass will compile but throw an error at runtime.
D. The subclass does not need to implement the abstract methods.