If the class myClass has a constructor with a parameter of type string, what is the other constructor that should be included?
a) Constructor with an integer parameter
b) Constructor with a boolean parameter
c) Constructor with no parameters
d) Constructor with a double parameter