Class DocGraduateStudent

    • Constructor Detail

      • DocGraduateStudent

        public DocGraduateStudent()
        Default constructor.
      • DocGraduateStudent

        public DocGraduateStudent​(java.lang.String name)
        Initial value constructor.
        Parameters:
        name - Name of the student.
    • Method Detail

      • computeGrade

        public void computeGrade()
        Set the grade by finding the minimum mark and computing the grade.
        See Also:
        DocStudent