
William F. answered 03/14/19
Tutor
4.9
(211)
Java, Programming
Yes. An abstract class must be extended by a concrete class that implements any abstract methods. An abstract class cannot be instantiated, but the concrete class can be, so the abstract class constructor would be used at that time.