public class Person { private String name; public Person(String name) { super(); this.name = name; } public String getName() { r