public class ShotPutter extends Athlete { public void jump() { System.out.println("I don't jump very much."); } }