What parameter types do we need to give for the constructor of the following class?

(string; int; double)(int; double; string)(string; string; string)(string; double; int)

Excellent! The parameter types for the constructor must match the types of the properties.

Not quite! The parameter types for the constructor must match the types of the properties.