Constructor and parameterised constructor

how we get to know which constructor will be used by the compiler to execute the code when multiple user defined constructor has been made

also what if we want a particular constructor to be used out of a no of them

@Learning_bunny It depends on the parameters you provide. It would run the constructor suitable to the constructor.