Package src
Class Saving
java.lang.Object
src.Account
src.Saving
Saving class exteneded off Account class to represent Saving Account
-
Field Summary
Fields inherited from class src.Account
accountHolder, accountNumber, balance, lock, startingBalance -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class src.Account
canDeposit, canWithdraw, changeBalance, displayAccount, displayBalance, getAccountHolder, getAccountNumber, getBalance, getStartingBalance, lockAccount, setAccountHolder, setAccountNumber, setBalance, toString, unlockAccount
-
Constructor Details
-
Saving
public Saving() -
Saving
-