when we are making copy of cars why it is calling parameterized constructor and not the empty constructor
Regarding copy constructor
for the copy constructor
the object is created by copying all the data from previous object to the new object and similar type of constructor is called as for the object originially
basically it just copies the data