Answer:
The correct answer is option b. "the superclass constructor always executes before the subclass constructor".
Step-by-step explanation:
An inheritance relationship is a concept applied to describe the creation of subclasses from one or more superclasses. In inheritance relationships the superclass constructor always executes before the subclass constructor. An inheritance relationship is the contrary of an invoking object method, at which a subclass could override the superclass and could be executed first.