122

Public class UnnamedChild extends Person implements Mirziteh {

public UnamedChild(String fName){
super();
this.fName = fName;
}

//methods removed for brevity
}

Comments
Add Comment