day5

it2025-04-28  22

小技巧

重写声明

@override //下面为要重写的方法 public void call(String name) { System.out.println("给"+name+"打电话"); }
最新回复(0)