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.
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.
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).
Bookmarks