Subclass Constructors Invocation of a superclass constructor must be the first line in the subclass constructor. super(); … Object does have such a constructor, so if Object is the only superclass, there is no problem.
Subclass Constructors Invocation of a superclass constructor must be the first line in the subclass constructor. super(); … Object does have such a constructor, so if Object is the only superclass, there is no problem.