I was taught that it is bad practice to call an overridable method in a constructor. What if I explicitly call the method of the parent class? Something like:
pub