To call another constructor of the same class:
- A
self(...)
- B
init(...)
- C
super(...)
- Dcheck_circle
this(...)
Explanation
<code>this(args)</code> must be the first statement in another constructor.
AP Computer Science A· difficulty 4/5
To call another constructor of the same class:
self(...)
init(...)
super(...)
this(...)
Explanation
<code>this(args)</code> must be the first statement in another constructor.
Want 10 more like this — adaptive to your weak spots?