what is a condition on using super in the constructor (in a subclass?

Average Rating
0 out of 5 stars. 0 votes.

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.