Regarding copy constructor

when we are making copy of cars why it is calling parameterized constructor and not the empty 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

hey @deepakjumani09 if your doubt is solved, please mark it as resolved