I want to write a program in c++ language to define a class Bank_Account with the following members:
Data member:
- Accoount_no.
- owner.
- Balance.
Member fenctions:
- To assing intial values.
- To deposit an amount.
- To withdraw an amount after checking the balance.
- To display account details.