Question: 5 An incomplete class Complex is defined as follows: class Complex double real; double imag; public: Complex ( double r-0.0, double i-0.0 Complex ( Complex

5 An incomplete class Complex is defined as follows: class Complex double real; double imag; public: Complex ( double r-0.0, double i-0.0 Complex ( Complex &cNum ); friend Complex operator -( Complex a, Complex b); Complex operator * complex a ) l; Complete the definition of the default constructor of class Complex. a) b) Complete the definition of the copy constructor of class Complex. Produce the complete functions for the Operator overloading Write a main () function to test the class Complex In the main () function, the following are expected to be tested: the default constructor, copy constructor and overloaded operators - and d)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
