Assume you create a Student class with the variables name, ID, and course. You then create a method called gradeStudent. If you create a subclass of the Student class called GraduateStudent, what does it inherit?
An instance of the Student class
The course variable
The gradeStudent method
The ID variable
The name variable