when we call copy constructor in static memory then it will copy the string in the second object array and we can make changes to it without having a change in first object array.
is it write ??
Copy contructor
@YASHMATHURIA123 yes that is correct. You can try to write a code and play around with it to clear any confusions