C++ accept bank details with withdraw function, deposit function ,check balance
Write a program that accepts customer account information
1) Customer Name
2) Account Number
3) Account Type
and provides below operations on customer account
1) Deposit
2) Withdraw
3) Display Balance
4) Display full account details using inheritance.