if we have a class that handles bank accounts. and in the this class we have the same interest rate for all the account. double interestRate = 1.5;
let us suppose that the FED wants to change the interest rate to 2.5, how can i do that for all the accounts, without #define ?
thnx a lot, ayman.