Instead, it makes more sense in this case to create a subclass that inherits Person's greet() method by coding (Person) after Student.
Person
greet()
(Person)
Student
Make sure to pick (, followed by Person, and finally ).
(
)