Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the Diffrence between a "assignment operator" and a
"copy constructor"?

Answer Posted / dee

assignment operator copies the values of one object to
another of the same class.It will excute only when the
right side of the variable is object and two sides are not
equal.It does shallow copy

Copy constructor craetes the object if its not existing and
copies the values of another object of the same class and
it does the deep copy.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is C++ exceptional handling?

1252


List the special characteristics of constructor.

1219


Write a program to find the Fibonacci series recursively.

1112


Differentiate between a constructor and a method in C++.

1113


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

1096


What is the function to call to turn an ascii string into a long?

1118


What is low level language in simple words?

1084


How can a called function determine the number of arguments that have been passed to it?

1190


What is the use of this pointer in c++?

1049


Write a Program for find and replace a character in a string.

1126


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

1245


What is abstraction c++?

1053


Explain stack & heap objects?

1094


List the merits and demerits of declaring a nested class in C++?

1080


What is split a string in c++?

1240