Appendix G. ATM Case Study Code
ATM Case Study Implementation
This appendix contains the complete working implementation of the ATM system that we designed in the Software Engineering Case Study sections found at the ends of Chapters 1–7, 9 and 13. The implementation comprises 877 lines of C++ code. We consider the classes in the order in which we identified them in Section 3.11:
ATM
Screen
Keypad
CashDispenser
DepositSlot
Account
BankDatabase
Transaction
BalanceInquiry
Withdrawal
Deposit
We apply the guidelines discussed in Section 9.11 and Section 13.10 to code these classes based on how we modeled them in the UML class diagrams of Fig. 13.28 and Fig. 13.29. To develop the definitions of classes’ member functions, we refer to the activity diagrams presented ...
Get C++ How to Program, Sixth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.