DRAFT
SuperNotFirstStatement
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
Language
Java
super() can be called anywhere in the constructor of a subclass
super() must be called in the first statement in the constructor of a subclass
Follow us on twitter to hear about new misconceptions.