|
Java Question, i need to be answered
Hi all,
im a college student studying java bt im having a few problems with one questiong, just thought some1 out there might no what the best way to do it would be....
QUESTION
Write a bank account class that allows you to:
1.Open an account with an intital balance(contructor)
2.Deposit Money
3.Withdraw Money
4.Retrieve the balance of the amount
Write a class called InternetBearingAccount that inherits from the account class and that allows you to:
1.Open an account of this type(the contrctor)
2.Add monthly interest to you balance
Write a test class to open an interest account, to deposit money, and to wothdraw and add interest to the balance!!
Hope you guys can help me with this one!!
Thanks,
Sunshine
|