C++:Define a class to represent a bank account. Include the following members:write a main program to test the program.
Data Members 1 Name of the depositor 2 Account Number 3 Type of account 4 Balance amount in the account Member function 1 ...
Data Members 1 Name of the depositor 2 Account Number 3 Type of account 4 Balance amount in the account Member function 1 ...