C# 클래스 Bank.MortgageAccount

상속: Account
파일 보기 프로젝트 열기: nzhul/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
CalculateInterest ( int monthsCount ) : decimal
Deposit ( int deposit ) : void
MortgageAccount ( Bank.Customer customer, decimal balance, decimal interest ) : System

메소드 상세

CalculateInterest() 공개 메소드

public CalculateInterest ( int monthsCount ) : decimal
monthsCount int
리턴 decimal

Deposit() 공개 메소드

public Deposit ( int deposit ) : void
deposit int
리턴 void

MortgageAccount() 공개 메소드

public MortgageAccount ( Bank.Customer customer, decimal balance, decimal interest ) : System
customer Bank.Customer
balance decimal
interest decimal
리턴 System