9.4 super Keyword
-
Incorrect
Correct
No Answer was selected
Invalid Answer
1. Primitive Types
2. Using Objects
3. Boolean Expressions and if Statements
4. Iteration
5. Writing Classes
6. Arrays
7. ArrayLists
8. 2D Arrays
9. Inheritance
9.1 Inheritance
9.2 Writing Constructors for Subclasses
9.3 Overriding Methods
9.4 super Keyword
Using the super Keyword
Animal Class
Square Class
Apple Pie
Check Your Understanding
Exercise: Bank Accounts
9.5 Creating References Using Inheritance Hierarchies
9.6 Polymorphism
9.7 Object Superclass
10. Recursion