When calling the super() method, how many parameters should it have?

The same number of parameters as the superclass constructorNone

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