Inactive Tutor answered 03/14/19
Tutor
New to Wyzant
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.