Instead, it makes more sense to create a subclass that inherits User's greet() method. To do that, code extends User.

Make sure to pick extends, followed by User.