public BankAccount(int accountAge, int creditScore, AccountInterest ai) { _AccountAge = accountAge; _CreditScore = creditScore; _AccountInterst = ai; }
public BankAccount(int accountAge,int creditScore,AccountInterest ai) { _AccountAge = accountAge; _CreditScore = creditScore; _AccountInterst = ai; }