public class Father { String name = "åå§"; public void money() { this.name = "æé±"; System.out.println(this.name); } }