Пример #1
0
 public CollegeLoan()
 {
     this.bank   = new Bank();
     this.loan   = new Loan();
     this.credit = new Credit();
 }