Method overriding: A subclass providing its own implementation of a method inherited from the superclass with the same signature.
How to apply it: Determine which version of an overridden method executes based on the object's actual type, not the reference type.
Course: AP Computer Science A · Unit: Inheritance
Practice questions about Method overriding 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.