public class Employee { String name; Date hireDate; Date dateOfBirth; String jobTitle; int grade; ... } public class Manager extends Employee { String department; Employee[] subordinates; ... }//源代码片段来自云代码http://yuncode.net