Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Mission03
Task1
CurrentAccount
C# Class Mission03.Task1.CurrentAccount
Inheritance:
Account
Datei anzeigen
Open project: fahidnasir/DotNet-ShortCourse2015
Public Methods
Method
Description
CurrentAccount
( ) :
System
Deposit
(
int
amount
) :
void
Withdraw
(
int
amount
) :
void
Method Details
CurrentAccount()
public
method
public
CurrentAccount
( ) :
System
return
System
Deposit()
public
method
public
Deposit
(
int
amount
) :
void
amount
int
return
void
Withdraw()
public
method
public
Withdraw
(
int
amount
) :
void
amount
int
return
void