what is a condition on using super in the constructor (in a subclass?
If you use super in a constructor it must be the first line of code in the constructor.
The goto resource for studying materials
what is a condition on using super in the constructor (in a subclass?
If you use super in a constructor it must be the first line of code in the constructor.