JAVA对象的值传递clone
摘要:public class Student implements Cloneable{ private int age; public int getAge() { return age; } public void setAge(int age) { this.age = age; } @Ove...
阅读全文
posted @ 2015-08-06 14:52
posted @ 2015-08-06 14:52
posted @ 2015-08-06 10:55