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