500
"Extends" will create a subclass / superclass relationship (SuperClass A will be inherited by SubClass B). If you wanted to explicitly call the super class's constructor, where would you specify the 'Super()' keyword?
What is the first statement in the subclass constructor?