C# 클래스 Mission03.Task1.CurrentAccount

상속: Account
파일 보기 프로젝트 열기: fahidnasir/DotNet-ShortCourse2015

공개 메소드들

메소드 설명
CurrentAccount ( ) : System
Deposit ( int amount ) : void
Withdraw ( int amount ) : void

메소드 상세

CurrentAccount() 공개 메소드

public CurrentAccount ( ) : System
리턴 System

Deposit() 공개 메소드

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

Withdraw() 공개 메소드

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