摘要:
package zuoye1; public class Employee { private String name; private int id; private double salary; public Employee(){ System.out.println("无参"); } pub 阅读全文
posted @ 2019-03-18 08:10
~王~
阅读(172)
评论(0)
推荐(0)
摘要:
package zuoye; public class Person { private String name; private int age; public Person(){ this("忘了",15); } public Person(String name,int age){ this. 阅读全文
posted @ 2019-03-18 08:08
~王~
阅读(82)
评论(0)
推荐(0)
浙公网安备 33010602011771号