When should the super() constructor be called in a subclass?
super()
A) At the end of the constructor
B) Before any return statements
C) At the beginning of the constructor
D) At any point in the constructor