Search:

Type: Posts; User: javapenguin

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,614

    Re: toString method

    If status is a constant, then why are you setting it with a parameter?
  2. Replies
    3
    Views
    1,614

    Re: toString method

    First of all, Person doesn't have a variable called status. So you can't call it in super. Well you can, but it will set something else to the value of status, not what you wanted. Also, the...
Results 1 to 2 of 2