CONSARGS

702

Constructor requires argument list

You must use the syntax below to instantiate an accessible class and pass parameter values to parameterized constructors:

VariableName = new FullClassName([param_values])

Note that the parentheses are required, even if you don’t specify any param_values.