Hi,
I do have doubt regarding const declaration in copy constructor. Can anyone let me know why do we need
const reference in copy constructor, as we already know reference itself is const pointer.So why we should use
const as a prefix in copy constructor.
Regards,
Mohan