Question: Which of the following statements regarding abstract classes are true?
A
B
C
D
All methods declared in an abstract class must be abstract.
B
Any subclass (abstract or concrete class) of an abstract class must implement all the methods declared in the parent abstract class.
C
Any concrete class must implement all the methods of the parent abstract class which are not implemented in the super hierarchy tree.
D
The abstract class may have method implementation.
Note: Not available