diff --git a/lab10/README.md b/lab10/README.md index 9d1a886..2d3561b 100644 --- a/lab10/README.md +++ b/lab10/README.md @@ -1,5 +1,8 @@ # Comparison +In Lab 1, to make necessary changes for Gumball Machine to support three different scenarios mentioned, I have made changes in the constructor to accept cost and type of coins that Machine can Accept. If there are additional features to support then it would cause problems + +In Lab 10, Features are modeled using AOP. With the help of features and constraints on it, it is now easy to accomodate new features. Required configurations are maintained using default.config file. # Results ## GumballMachineV1