■ Calling super( ); in a constructor, if present, must be its first statement.
■ You can also call a parent's methods using super.methodname( );