Appendix F. 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, 3–8, 10 and 14. The implementation comprises 877 lines of C++ code. We consider the classes in the order in which we identified them in Section 4.13:
ATM
Screen
Keypad
CashDispenser
DepositSlot
Account
BankDatabase
Transaction
BalanceInquiry
Withdrawal
Deposit
We apply the guidelines discussed in Section 10.12 and Section 14.11 to code these classes based on how we modeled them in the UML class diagrams of Fig. 14.28 and Fig. 14.29. To develop the definitions of classes’ member functions, we refer to the activity diagrams presented ...
Get Visual C++ 2008: How to Program, Second 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.