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
What is setw manipulator in c++?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Write about the local class and mention its use?
If a header file is included twice by mistake in the program, will it give any error?
When should overload new operator on a global basis or a class basis?
What is meant by const_cast?
What are dynamic type checking?
Will the following program execute?
Explain the difference between static and dynamic binding of functions?
What is the object serialization?
What is the benefit of learning c++?
Does c++ support multilevel and multiple inheritances?
What is an operator in c++?
What is the arrow operator in c++?
What things would you remember while making an interface?