C# Class Inheritance.CurrentAccount

Inheritance: IAccount
Show file Open project: KHProjects/KH-Parker-Fox Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetBalance ( ) : double
Payment ( double payment ) : bool
Withdraw ( double withdrawal ) : bool

Method Details

GetBalance() public method

public GetBalance ( ) : double
return double

Payment() public method

public Payment ( double payment ) : bool
payment double
return bool

Withdraw() public method

public Withdraw ( double withdrawal ) : bool
withdrawal double
return bool