Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
BudgetAnalyser
Engine
BankAccount
SavingsAccount
C# 클래스 BudgetAnalyser.Engine.BankAccount.SavingsAccount
Represents a Savings account ot high interest bank account.
상속:
Account
파일 보기
프로젝트 열기: Benrnz/BudgetAnalyser
1 사용 예제들
Private Properties
프로퍼티
타입
설명
공개 메소드들
메소드
설명
Clone
(
string
name
) :
Account
Clones the specified name.
SavingsAccount
(
string
name
)
Initializes a new instance of the
SavingsAccount
class.
메소드 상세
Clone()
공개
메소드
Clones the specified name.
public
Clone
(
string
name
) :
Account
name
string
The name.
리턴
Account
SavingsAccount()
공개
메소드
Initializes a new instance of the
SavingsAccount
class.
public
SavingsAccount
(
string
name
)
name
string
The name.