Invocation of a superclass constructor must be the first line in the subclass constructor. super(); or: super(parameter list);
Invocation of a superclass constructor must be the first line in the subclass constructor. super(); or: super(parameter list);