Grade2() { this(-1); } Grade2(int p) { super(p); } void dispGrade() { System.out.println("点数: " + point + "--> 成績: " + grade); }