9.3

super Keyword

AP Computer Science A

super() in constructors

Rules for super()

What happens if you forget super()?

Constructor chaining

super.method() in overridden methods

Accumulating behavior pattern

super vs. this

Cannot chain super.super

Complete example: Game character hierarchy

AP Exam Tips

Common Mistakes

Key Vocabulary