ILLEGAL START OF TYPE ERROR / Constructor Line

前端 未结 0 1006
渐次进展
渐次进展 2020-12-03 08:52
  public Customer(String user, String pass, String pn,)
  {
        super(user,pass);
        phoneNum = pn;
  }

I have been at it for 20 mins with

相关标签:
回答
  • 消灭零回复
提交回复
热议问题