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 unary operator? List out the different operators involved in the unary operator.
What is a base class?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What is a manipulator in c++?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What is the difference between delegation and implemented-in-terms-of?
Why is c++ is better than c?
What do you know about near, far and huge pointer?
What is input operator in c++?
How is computer programming useful in real life?
Why is polymorphism useful?
What are the characteristics of friend functions?
What is a hashmap c++?
Do you know what are static and dynamic type checking?
Explain friend class?