Constructors - AP Computer Science A

Card 1 of 30

0
Didn't Know
Knew It
0
1 of 3029 left
Question

What happens if 'super()' is not explicitly called?

Tap to reveal answer

Answer

Java calls it automatically if not specified. Java inserts super() automatically if not explicitly written.

← Didn't Know|Knew It →