Showing 0-0 of 0 results
| # | Exercise Title | Features | Description | Platform | Keywords |
|---|---|---|---|---|---|
| 1 | Use Money interface in invoice program | Code Completion | The invoice program assumes that prices are given in dollar. Other currencies have different rules, and it makes sense to... | CodeCheck | Object-Oriented Design |
| 2 | Using aggregation for modeling Square class | Code Completion | Intuitively, every square is a rectangle, so it is tempting to use inheritance for implementing a square: | CodeCheck | Object-Oriented Design |
| 3 | Collaborator classes | Code Completion | In some situations, a class needs the help of other classes to complete a task. These other classes are called... | CodeCheck | Object-Oriented Design |
| 4 | Using Aggegation | Code Completion | A team has players. Use aggregation to complete the class constructor and the listTeam and addPlayer methods of the Team... | CodeCheck | Object-Oriented Design |
| 5 | Using inheritance for modeling Square class | Code Completion | Intuitively, every square is a rectangle, so it is tempting to use inheritance for implementing a square: | CodeCheck | Object-Oriented Design |
| 6 | Add transfer to ATM | Code Completion | Add the capability of transferring money from the currently selected account to the other account from the same account holder... | CodeCheck | Object-Oriented Design |
| 7 | Add user interface for balance transfer | Code Completion | In this assignment, a transfer method has been added to the ATM class of section 12.5: | CodeCheck | Object-Oriented Design |
| 8 | Relationships between classes and interfaces | Code Completion | A stamp has a descriptive name, a face value, and an issuing country. Stamps have a measurable value (the face... | CodeCheck | Object-Oriented Design |