|
-
June 10th, 2012, 08:16 PM
#1
Need some help, learning java! Urgent!!
I'm on chapter 9(Inheritance and Polymorphism) of this textbook that teaches java. It's supposed to be a basic program but I am so lost with this. I need to see how this program should be written:
Create Personal Acct and BusinessAcct classes that inherit the Account class presented Chapter 8(Classes and Object Oriented Development). A Personal account requires a minimum balance of $100. If the balance falls below this amount then $2.00 is charged(withdrawn) to the account. A business account requires a minimum balance of $500, otherwise the account is charged $10. Create Client Code to test the classes.
Thanks so much everyone!
-
June 11th, 2012, 07:59 AM
#2
Re: Need some help, learning java! Urgent!!
We don't write code to order.
Show us what you have done so far and ask a specific question/explain what you are stuck on and we will try to help you.
-
June 11th, 2012, 12:28 PM
#3
Re: Need some help, learning java! Urgent!!
Yeah I wasn't ordering a code from anyone, I was asking for steps on what I should do because clearly I was lost. As I'm self learning I figured it out by myself, so no thanks I'm fine.
-
June 11th, 2012, 04:55 PM
#4
Re: Need some help, learning java! Urgent!!
Yeah I wasn't ordering a code from anyone, I was asking for steps on what I should do because clearly I was lost
Unfortunately that's not what you said in your first post which was "I need to see how this program should be written:"
You may think you are clearly lost but we don't know that or what you have done or what your skill levels are or even if this a genuine question or if it's from a lazy student looking for someone to do their homework for them (which we get a lot of).
As I'm self learning I figured it out by myself
Glad to see you've solved your problem.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|