随便看看

今天拿到的第二个java大作业里面有定义类“直升机”和相关函数

张世东陆军中将2021/09/17 02:56:20


public class helicopter {

private Passenger Passenger;

public helicopter(String origin, String dest, int coverage,Passenger passenger,enum model){

this.origin = origin;

..........

然后我定义一个函数:

public String throw_passenger throws Exception (){

if(this.passenger== null){

throw new NullPointerException();

}else if(this.passenger.getName()== “communist”){

Passenger pThorwn = this.passenger;

this.passenger = null;

return pThrown.getName();


南方的金十字2021/09/17 02:57:15

java?

爪 哇 皮 诺 切 特
(3)

心之刃2021/09/17 03:07:42

对communist执行Thorwn...

文文2021/09/17 03:07:58

草生
(1)

豆友2453082652021/09/17 04:45:28

他就是皮大帅?

仿生银渐层猫猫2021/09/17 06:49:04

🌿

白色绒布小熊2021/09/17 13:49:09

过于生草

玻璃乃サキ2021/09/17 13:59:35

什么沙康自动机

三明治2021/09/17 18:55:31

throw的一定得是个throwable的对象啊(怒)