Define a class to represent a bank account.
Include the following members: Data members:
- 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 the name and balance.
Write a main program to test the program.
output
