The advantages of specifying parameters during instantiation method are:
- All values to all the parameters do not need to be specified. Only those parameters that are assigned new values need to be specified. Unspecified parameters would retain their default values specified within its module definition.
- Order of specifying the parameter isn't relevant anymore, as the parameters are directly specified and linked by their name.