Why have we not needed to overload the assignment operator so far?
What will be an ideal response?
Because the default operator assignment that the compiler provides has done what we needed. It copies the members of the object. If that is sufficient, we don’t write more.
Computer Science & Information Technology
You might also like to view...
You use the ________ view to create queries
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which clause is used to group matching values of a specified column together?
a. SELECT b. FROM c. WHERE d. GROUP BY e. HAVING
Computer Science & Information Technology