C# Class BudgetAnalyser.Engine.BankAccount.SavingsAccount

Represents a Savings account ot high interest bank account.
Inheritance: Account
Show 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.