write a c++ program to implement class bank using constructor and destructor.
Answers
Answered by
2
. Define a class to represent a bank account. Include the following members:
Data members:
1) Name of the depositor
2) Account number
3) Type of account
4) Balance amount in the account.
Similar questions