RE: While copying the objects if we say X a=b, X a(b) What will it chttp://www.geekinterview.com/vblogin.php?qid=53729&redirect=/question_details/53729/reply&tredirect=http://www.geekinterview.com/question_details/53729all, assignment operator or copy con
In both cases the copy constructor will be called. If we have a b alone then the assignment operator will be called.