The constructor syntax shown in the previous lesson is really a shorthand
form of what is shown here: using constructor and the parameter list
after the class name.
Usually, you will not see constructor used for classes with only one
constructor, such as this one.
You can learn more about this in:
Tags: