Which statement is true about abstract classes in Java?
-
A
Abstract classes can be instantiated directly with new
-
B
Abstract classes cannot contain any concrete methods
-
C
Abstract classes can have both abstract and concrete methods
-
D
Abstract classes must implement all methods of any interface they implement