C# Class Mission03.Task1.SavingAccount

Inheritance: Account
Afficher le fichier Open project: fahidnasir/DotNet-ShortCourse2015 Class Usage Examples

Méthodes publiques

Méthode Description
Deposit ( int amount ) : void
SavingAccount ( ) : System
SavingAccount ( string account, string holder, int am ) : System
Withdraw ( int amount ) : void

Method Details

Deposit() public méthode

public Deposit ( int amount ) : void
amount int
Résultat void

SavingAccount() public méthode

public SavingAccount ( ) : System
Résultat System

SavingAccount() public méthode

public SavingAccount ( string account, string holder, int am ) : System
account string
holder string
am int
Résultat System

Withdraw() public méthode

public Withdraw ( int amount ) : void
amount int
Résultat void