Extends can be used in two different contexts: an interface extending another interface, or a class extending another class. Implements can only be use in the context of a class implementing an...