Results 1 to 8 of 8
- 04-24-2008, 12:03 PM #1
Member
- Join Date
- Apr 2008
- Location
- Ireland
- Posts
- 4
- Rep Power
- 0
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
- 04-24-2008, 12:09 PM #2
- 04-24-2008, 12:13 PM #3
Member
- Join Date
- Apr 2008
- Location
- Ireland
- Posts
- 4
- Rep Power
- 0
I havent even started it, this is an exam question that has come up a few times
- 04-24-2008, 12:35 PM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
As Snjeev says, first decide the way to working out this question. Break into steps and start on one by one. You have to do a lot here my friend.
- 04-24-2008, 12:38 PM #5
Member
- Join Date
- Apr 2008
- Location
- Ireland
- Posts
- 4
- Rep Power
- 0
ya, im worried ill get caught for time in the exam.
- 04-24-2008, 12:42 PM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
1.Open an account with an intital balance(contructor)I just give a hint. Can you get what I wrote here?Java Code:public class BankAccount { private double initialBalance; public BankAccount() { // constructor initialBalance = 500.0; } }
- 04-24-2008, 02:58 PM #7
Hey Sunshine, welcome to the Java Forums.
How long is the exam?Did this post help you? Please
me! :cool:
- 04-28-2008, 01:00 PM #8
Member
- Join Date
- Apr 2008
- Location
- Ireland
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
Question mark colon operator question
By orchid in forum Advanced JavaReplies: 9Last Post: 12-19-2010, 08:49 AM -
A core java Question
By chravikumar008 in forum New To JavaReplies: 2Last Post: 04-21-2008, 08:04 AM -
If you have a question that was answered to your satisfaction,
By CaptainMorgan in forum Java SoftwareReplies: 0Last Post: 03-29-2008, 12:55 PM -
New Comer, Java C# question
By lmei007 in forum Advanced JavaReplies: 0Last Post: 02-04-2008, 04:54 PM -
Java Review Question
By toad in forum New To JavaReplies: 1Last Post: 10-29-2007, 06:13 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks