Search:

Type: Posts; User: helloworld922

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    2,408

    Re: Post variable set to non-null vlaues

    Ahh, so the instructor asked for the empty employee constructor method. Yes, ask them about what to do with the start date, but I would leave that first constructor in there.
  2. Replies
    3
    Views
    2,408

    Re: Post variable set to non-null vlaues

    You can set it to the current Date. Or, the better strategy is to remove that method all-together, since it basically creates an "empty" employee.


    // set the date to the current date
    start =...
Results 1 to 2 of 2