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