Design Windows Form
Bank is Base class
Calculate the total new amount after deposit and withdrawal transactions using inheritance.
Bank
Customer name
Customer id
Customer account number
Total amount (before transaction )make a constant value
Deposit
Amount
Total new amount
Withdraw
Customer ID
Amount left
Attachment: Inheritence.zip