Declaring a copy constructor doesn’t suppresses the compiler generated copy assignment operator.
(a) True
(b) False
I got this question in an interview.
I need to ask this question from Assigning Objects in chapter Assigning Object, Pointer to Objects, Passing and Returning Object of Object Oriented Programming