Kizspy | Question: 31
(Choose 1 answer)
Which of the following statements about abstract classes in Java is correct?
A. An abstract class can be instantiated using the "new" keyword.
B. Abstract classes can only have abstract methods.
C. Abstract classes can have both abstract and concrete (non-abstract) methods.
D. Abstract classes cannot have constructors
E. Abstract classes can be marked as final.
F. Abstract classes can extend multiple other classes.