17. (E) The point of having an abstract method is to postpone until run time the decision about which subclass version to call. This is what polymorphism is— calling the appropriate method at run time based on the type of the object.