C# 클래스 Mission03.Task1.SavingAccount

상속: Account
파일 보기 프로젝트 열기: fahidnasir/DotNet-ShortCourse2015 1 사용 예제들

공개 메소드들

메소드 설명
Deposit ( int amount ) : void
SavingAccount ( ) : System
SavingAccount ( string account, string holder, int am ) : System
Withdraw ( int amount ) : void

메소드 상세

Deposit() 공개 메소드

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

SavingAccount() 공개 메소드

public SavingAccount ( ) : System
리턴 System

SavingAccount() 공개 메소드

public SavingAccount ( string account, string holder, int am ) : System
account string
holder string
am int
리턴 System

Withdraw() 공개 메소드

public Withdraw ( int amount ) : void
amount int
리턴 void