【explicitly】ImplicitsuperconstructorPeople()isundefined.Mustexplicitly...

发布时间:2021-03-25 06:29:38

Implicit super constructor People() is undefined.Must explicitly invoke another constructor 数学

网友回答

【答案】 应该是在父类当中没有无参构造,在People类中加入一句
  public People(){}
  应该就可以了
以上问题属网友观点,不代表本站立场,仅供参考!