@Override annotation: Documents that a method is intended to override a superclass method; causes a compile error if it does not.
How to apply it: Use @Override to catch signature mistakes that would create an overloaded method instead.
Course: AP Computer Science A · Unit: Inheritance
Practice questions about @Override annotation 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.