Polymorphism: The ability of a superclass reference to refer to a subclass object and call the subclass's overridden methods at runtime.
How to apply it: Trace polymorphic method calls: the runtime type determines which overridden method runs.
Course: AP Computer Science A · Unit: Inheritance
Practice questions about Polymorphism on AimFive — get rubric-based feedback showing exactly which points you earned.
AP and Advanced Placement are trademarks of College Board. AimFive is not affiliated with or endorsed by College Board.