Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • firstName. The firstName field is a String object string that holds the employee’s first name.

  • lastName. The lastName field is a String object string that holds the employee’s last name.

  • idNumber. The idNumber is an int variable that holds the employee’s ID number.

  • department. The department field is a String object string that holds the name of the department where the employee works.

  • position. The position field is a String object string that holds the employee’s job title.

...