I read in the K&B that "Instance members are accessible only after the super constructor runs. Why is this not the case in this scenario:
i think the call to this(5) delays the super constructor call. At what point is the super constructor called in the above example?
Output is
5
Printing