C# Class Mission03.Task1.CurrentAccount

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

Méthodes publiques

Méthode Description
CurrentAccount ( ) : System
Deposit ( int amount ) : void
Withdraw ( int amount ) : void

Method Details

CurrentAccount() public méthode

public CurrentAccount ( ) : System
Résultat System

Deposit() public méthode

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

Withdraw() public méthode

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