Question: Using C++ Define, implement and test a Complex class, which has: (a) At least two constructors. (b) A destructor. (c) Several Methods with functionality as
Using C++
Define, implement and test a Complex class, which has: (a) At least two constructors. (b) A destructor. (c) Several Methods with functionality as described below: Returns real part. Returns imaginary part. Displays the number. Computes magnitude. Computes polar co-ordinates. Overloads operators +, -. * and/, with the corresponding operations. Overloads the operator ~ for complex conjugate. Overloads the operators == and != for comparison. The methods must make appropriate use of the reference variables, for arguments and return
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
