Question: c++ 1. Write a set of statements that will call the overloaded assignment operator for a class called Gizmo. Include any declaration of object statements
c++
1. Write a set of statements that will call the overloaded assignment operator for a class called Gizmo. Include any declaration of object statements needed. Highlight in yellow the line where the overloaded assignment operator is called.
2. Write a set of statements that will call the copy constructor for a class called Gizmo. Include any declaration of object statements needed. Highlight in yellow the line where the copy constructor is called.
3. Write a set of statements that will call the destructor for a class called Gizmo. Include any declaration of object statements needed. Highlight in yellow the line where the destructor is called.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
