Page 862 - AP Computer Science A, 7th edition
P. 862

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.


































































































   860   861   862   863   864