Pull Up Constructor Body
From CSSEMediaWiki
If a superclass has many subclasses with similar or identical constructors try to move the body of the work into the superclass and simply call super in the subclasses. This improves code reuse.