Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. +Account()
  2. +Account (newId:int,newBalance:double)
  3. +getId():int
  4. +setId :void
  5. +getBalance():double
  6. +setBalance ():void
  7. +getAnnualInterestRate():double
  8. +setAnnualInterestRate():void
  9. +getDateCreated ():Date
  10. +getMonthlyInterestRate():double
  11. +withdraw (amount:double):double
  12. +deposit(amount :double ):double
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement