Question: using C#/ C Sharp Exercise 6-5: Bank Account A Create a class BankAccount with the following members: Data members: account ID, account type (checking or
using C#/ C Sharp
Exercise 6-5: Bank Account A Create a class BankAccount with the following members: Data members: account ID, account type (checking or saving), balance Methods: default constuructor, overloaded constructor(s), withdraw, deposite, display_balance Desmontration: Provide a driver to demonstrate your class Process Review: 1. Understand the problem 2. Decide classes needed 3. UML Design 4. Think again: How do the modules (classes) solve the problem? What does the driver need to do? Are the members enough? etc. 5. Develop the code for each class 6. Develop the driver
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
