java数组

private Customer[] customers;

public bank(){
customers = new Customer[5];
}

posted on 2014-08-07 22:58  cbwcwy  阅读(155)  评论(0)    收藏  举报