Method | Description | |
---|---|---|
Deposit ( int amount ) : void | ||
ToString ( ) : string | ||
Withdraw ( int amount ) : void |
public abstract Deposit ( int amount ) : void | ||
amount | int | |
return | void |
public abstract Withdraw ( int amount ) : void | ||
amount | int | |
return | void |