2020年5月16日
摘要: 1. ColaEmployee父类 private String name; private int birmonth; public void getSalary(int month) { System.out.println("month:"+month); } SalariedEmployee 阅读全文
posted @ 2020-05-16 01:19 Lilbetter 阅读(142) 评论(0) 推荐(0)