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