If I override operator= will the copy constructor automatically use the new operator? Similarly, if I define a copy constructor, will operator= aut
operator=
No, they are not the same operator.