Question: Problem #1: Create a Complex class in a Test Driven Development style. Overload all the necessary operators +,,1,,,==,!=,++,. First create the Currency class where there
Problem \#1: Create a Complex class in a Test Driven Development style. Overload all the necessary operators +,,1,,,==,!=,++,. First create the Currency class where there is just enough code in overload of each operator to return a zero result. Then create detailed unit tests for all possible combinations of input data for each operator. A separate test class needs to be created for testing each operator. Show that all tests fail in the beginning. Then modify the code in each operator overload method until all tests for it pass. Problem \#2 : Repeat problem 1 for the Currency class. Note that some operators for the currency class may not be needed such as * and /
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
