Question: 2. Define, implement and test a Complex class, which has: (a) At least two constructors. (b) A destructor. (c) Several Methods with functionality as described
2. 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 operatorsand for comparison. The methods must make appropriate use of the reference variables, for arguments and re- tur n types, as described in Prata, Chapter 10. For more details on operator overloading, refer to Prata, Chapter 11. (6 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
