Design a class to represent a bank account including the following members : Data members: name of the depositor, type of account, balance amount in the account. Methods: to assign initial values, to deposit an amoun, to withdraw an amount after checking balance, to display name and balance, Do write proper constructors function
Answers
Answered by
2
Name of the depositor
Account number
Type of account
Balance amount in the account
Member functions:
To assign initial values
To deposit an amount
To withdraw an amount after checking the balance
To display name and balance
Write a main program to test the classe. Modify the program for handling 10 customers.
I hope it helps you plzzz mark me has brainliest
Similar questions