you must have a constructor in the form

 

if the constructor took one parameter

you would write

 

in the event that the constructor takes no parameters at all

you leave off the parentheses

and write

 

this is an exception to the rule that states all

functions require parentheses, even if they take

no parameters.

this is why you are able to write