摘要: 重载: public void setziliao(String a,String b){ this.Name=a; this.School=b; } public void setziliao(int c){ this.Score=c; } //方法名可以相同,里面的参数不同,方法名也不同 pub 阅读全文
posted @ 2017-05-16 19:09 如果能够 阅读(186) 评论(0) 推荐(0)