super keyword: Used to call the superclass constructor or methods from the subclass.
How to apply it: Use super() as the first line in a subclass constructor to initialize inherited state.
Course: AP Computer Science A · Unit: Inheritance
Practice questions about super keyword 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.