The constructor of the subclass is the first one to be called, but it is the last one to finish.
The call to super() is the first statement of the constructor.
The constructor of the subclass is the first one to be called, but it is the last one to finish.
The call to super() is the first statement of the constructor.