<code>super(arg)</code> calls
- A
Compile error
- B
A static method
- C
The current class's other constructor
- Dcheck_circle
The parent class constructor
Explanation
Use <code>super(args)</code> as first statement of subclass constructor.
AP Computer Science A· difficulty 3/5
<code>super(arg)</code> calls
Compile error
A static method
The current class's other constructor
The parent class constructor
Explanation
Use <code>super(args)</code> as first statement of subclass constructor.
Want 10 more like this — adaptive to your weak spots?