SuperAlwaysHasParentheses
DRAFT

Misconception:

To call a method m on a superclass, parentheses are needed after the keyword super (e.g., super().m()).

Incorrect

To call a method on a superclass, parentheses are needed after the keyword super

Correct

To call a method on a superclass, it is wrong to write parentheses after the keyword super

Stay up-to-date

Follow us on  twitter to hear about new misconceptions.