Content deleted Content added
deleted an external link not related to the subject at all |
No edit summary |
||
Line 28:
public void setAge(int a) {
this.age = a;
} <BR>
public String getName() { return (this.name); }
public int getAge() { return (this.age); }
|