Search:

Type: Posts; User: Mitch1337

Search: Search took 0.55 seconds.

  1. Replies
    6
    Views
    1,332

    Re: problem with inheritance

    Do some more research on Overriding & Overloading methods in Java.

    Overriding is done when a subclass has the same method name & signature as the parent class, therefore replacing it. To call the...
  2. Replies
    6
    Views
    1,332

    Re: problem with inheritance

    I haven't looked over the entirety of your code, as i am a bit pressed on time. What i have found though is that you did not override the toString() method of the Account class. So automatically,...
Results 1 to 2 of 2