SuperNotFirstStatement
DRAFT

Misconception:

There is no specific place in the constructor of a subclass in which super() must be called.

Incorrect

super() can be called anywhere in the constructor of a subclass

Correct

super() must be called in the first statement in the constructor of a subclass

Stay up-to-date

Follow us on  twitter to hear about new misconceptions.