内容发布更新时间 : 2024/11/14 11:50:32星期一 下面是文章的全部内容请认真阅读。
}
public static void main(String[] args) {
Instrument5[] orchestra = new Instrument5[5]; int i = 0;
orchestra[i++] = new Wind5();
orchestra[i++] = new Percussion5(); orchestra[i++] = new Stringed5(); orchestra[i++] = new Brass5();
orchestra[i++] = new Woodwind5(); tuneAll(orchestra); } }
程序执行结果: