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

Answer Posted / bheda govind

Assignment operater are types,
(1)simple
(2)compond a+=5
(3)expresion a=a+b

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the basic difference between C and C++?

624


How do you declare A pointer to a function which receives nothing and returns nothing

719


Differentiate between an external iterator and an internal iterator?

572


What does new return if there is insufficient memory to make your new object?

584


What is the output of the following program? Why?

624






Describe the role of the c++ in the tradeoff of safety vs. Usability?

712


What is class syntax c++?

595


How to access a variable of the structure?

583


Explain operator overloading.

600


What is the difference between while and do while loop?

556


What is class invariant in c++?

744


What is the best c++ book?

710


What is the purpose of the "delete" operator?

624


Which is better turbo c++ or dev c++?

563


what is the difference between overloading & overriding? give example.

563