1. Overload unary ++ operator to increment the data member value by 1
2. Overload unary postfix ++ operator to increament data member value by 1.
3. Overload binary == to compare two complex numbers and returns a boolean
value.
4. Overload all the four binary arithmetic operators.
2. Overload unary postfix ++ operator to increament data member value by 1.
3. Overload binary == to compare two complex numbers and returns a boolean
value.
4. Overload all the four binary arithmetic operators.
No comments:
Post a Comment