예제 #1
0
 public void recalculateInterest() {
   this.newLoanAmount = loanExtensionPolicy.recalculateInterest(oldLoanAmount);
 }