9.3 Overriding Methods
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
Term | Definition |
---|---|
Override | Override a method occurs when a subclass has the same method signature as a superclass. When a method is overridden, Java uses the method from the subclass., |
@Override | Java key term used to denote the user intendeds to override a method. |