By declaring an abstract method in an abstract class and then inheriting the abstract method, you are able to create many different implementations of one method and invoke that method in your code...