The extends reserved word in Java denotes an inheritance relationship. The class to the left of the extends is the subclass (or child) and the class to the right of the extends is the superclass (or parent).
extends
Book: 8.1