Home » Unlabelled » What is the difference between a copy constructor and an overloaded assignment operator? | C#.Net Interview Questions
Saturday, 27 April 2013
What is the difference between a copy constructor and an overloaded assignment operator? | C#.Net Interview Questions
A copy constructor constructs a new object by using the content of the argument object. An overloaded assignment operator assigns the contents of an existing object to another existing object of the same class.
No comments:
Post a Comment