Create a BankTransaction class. Create following static data members : Balance t
ID: 3612078 • Letter: C
Question
Create a BankTransaction class. Create following static data members : Balance to show balance. New Balance to get New balance from the user. Adjustment in order to do the adjustment in balance. Annual Interest Rate is used for the calculation of the interest. Interest data member to show the interest amount. Create constructor which display message when object is created. Create destructor which display message when an object is destroyed. Bank Transaction class have following public member functions: Deposit () to despite amount in the account. Withdrawal () to withdraw the amount from the bank. Balance () function for displaying the current balance. InterestRate () to set the interest rate. You must get interest rate from the user.Explanation / Answer
Create a BankTransaction class. Create following static data members : Balance t