What is the difference between a copy constructor and an
overloaded assignment operator?
Answer Posted / guest
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.
| Is This Answer Correct ? | 44 Yes | 12 No |
Post New Answer View All Answers
What is endl?
What is static in c++?
Explain what data encapsulation is in c++?
Is main a class in c++?
What is constructor and destructor in c++?
Write about all the implicit member functions of a class?
When do we run a shell in the unix system? How will you tell which shell you are running?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is the latest c++ standard?
What are the uses of typedef in a program?
Describe linked list using C++ with an example.
What is else if syntax?
Which operator cannot overload?
Explain the uses oof nested class?
What is :: operator in c++?