True/False
The overloaded = operator copies data from one object to another so it is known as the overload copy operator.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: A good reason to overload an operator
Q20: In C++11 reference variables that can refer
Q21: When a class contains an instance of
Q22: It is a good idea to make
Q23: You may overload any C++ operator and
Q25: C++ allows you to redefine the way
Q26: In the following function header, the word
Q27: Each object of a class has its
Q28: If you overload the prefix ++ operator,
Q29: When you overload an operator, you can