Does an abstract class get instantiated by its subclass?
While you cannot make an instance of an abstract class, in this example the super keyword is used to reference the instance variable of the super class, hence a reference that is provided in the abstract class.