When calling the super() method, how many parameters should it have?
super()
When calling the super() method, it should have the same number of parameters as the superclass constructor.