我参考网上的小伙伴,写了代码,可是他总显示这两个错误,所以目前运行不了,我也改不明白,求指导,问题在图片里了,求帮忙解决,么么哒
没有Passager这个类型,说明你没有定义,在Passager类中写Passager的要去写有参的构造方法。
例如:
public Passager(String name,int price,int size){
this.name=name;
this.price=price;
this.size=size;
system.out.println("重写的构造方法");
}
有没有重写构造方法
源码发来,