Grade3() { this(-1); } Grade3(int p) { setPoint(p); } void setPoint(int p) { point = p; setGrade(point); }