Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
BudgetAnalyser
Engine
BankAccount
SavingsAccount
C# Class BudgetAnalyser.Engine.BankAccount.SavingsAccount
Represents a Savings account ot high interest bank account.
Inheritance:
Account
Mostra file
Open project: Benrnz/BudgetAnalyser
Class Usage Examples
Private Properties
Property
Type
Description
Public Methods
Method
Description
Clone
(
string
name
) :
Account
Clones the specified name.
SavingsAccount
(
string
name
)
Initializes a new instance of the
SavingsAccount
class.
Method Details
Clone()
public
method
Clones the specified name.
public
Clone
(
string
name
) :
Account
name
string
The name.
return
Account
SavingsAccount()
public
method
Initializes a new instance of the
SavingsAccount
class.
public
SavingsAccount
(
string
name
)
name
string
The name.