C# Class BudgetAnalyser.Engine.BankAccount.SavingsAccount

Represents a Savings account ot high interest bank account.
Inheritance: Account
Afficher le fichier Open project: Benrnz/BudgetAnalyser Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( string name ) : Account

Clones the specified name.

SavingsAccount ( string name )

Initializes a new instance of the SavingsAccount class.

Method Details

Clone() public méthode

Clones the specified name.
public Clone ( string name ) : Account
name string The name.
Résultat Account

SavingsAccount() public méthode

Initializes a new instance of the SavingsAccount class.
public SavingsAccount ( string name )
name string The name.