9.2 Writing Constructors for Subclasses
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
Term | Definition |
---|---|
Super | A Java keyword used to refer to the superclass object. In this lesson we saw it used to call the superclass constructor. |