Computer Science, asked by Hisana45, 1 year ago

write a c++ program to implement class bank using constructor and destructor.

Answers

Answered by shekhar73
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