Class Account

Class Account

java.lang.Object
   |
   +----Account

class Account
extends Object

Constructor Index

 o Account()
 o Account(double, String, String, double)

Method Index

 o compoundInterest()
 o deposit(double)
 o toString()
 o withdrawl(double)

Constructors

 o Account
  public Account()
 o Account
  public Account(double b,
                 String n,
                 String o,
                 double ir)

Methods

 o deposit
  public void deposit(double amt)
 o withdrawl
  public void withdrawl(double amt)
 o compoundInterest
  public void compoundInterest()
 o toString
  public String toString()
Overrides:
toString in class Object