Interviewer And Interviewee Guide

C++ Constructors Interview Question:

Can you please explain the difference between copy constructor and an assignment operator?

Submitted by: Administrator
A copy constructor is used to declare and initialize an object from another object.
E.g: integer I2(I1);

An assignment operator doesnot invoke the copy constructor. It simply assigns the values of an object to another, member by member.
Submitted by: Administrator

Read Online C++ Constructors Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.