Question: Define a class to represent a bank account. Data members should include the depositors name, the account number (use a string), and the balance. Member
Define a class to represent a bank account. Data members should include the depositor’s name, the account number (use a string), and the balance. Member functions should allow the following:
Creating an object and initializing it.
Displaying the depositor’s name, account number, and balance
Depositing an amount of money given by an argument
Withdrawing an amount of money given by an argument
Just show the class declaration, not the method implementations. (Programming Exercise 1 provides you with an opportunity to write the implementation.)
Step by Step Solution
3.45 Rating (177 Votes )
There are 3 Steps involved in it
class BankAccount Each of the member functions performs a simple task namely it manipulates the da... View full answer
Get step-by-step solutions from verified subject matter experts
