FlashcardIntermediate
The super Keyword
super calls the parent constructor or parent method implementations.
Question
What is the super keyword used for in a subclass?
Click to reveal answer
super calls the parent constructor or parent method implementations.
What is the super keyword used for in a subclass?