i need java help

Discussion in 'School Work Help' started by azoz10, Feb 19, 2013.

  1. azoz10

    azoz10 Guest

    0
    0
    0
    hi there
    i have to make some assignments in a week
    i handle some of its
    and i could not handle the others


    Question:

    Write a class Employee that has instance variables employee number, name,
    identification number, starting date, and gender. Use appropriate data types
    for these instance variables. Include constructor and set and get methods
    for all instance variables. Draw UML diagram for class Employee.

    Then create an application class that asks user to supply the required
    information for a Employee object and then instantiates a Employee object.





    Define a Java class that represents an address book entry, EnTRy, which
    consists of a name, address, and phone number, all represented as String.
    For the class interface, define methods to set and get the values of its
    instance variables. All thus, for the name variable, it should have a
    setName() and a getName() method.

    Then create an application class that asks the user to supply the required
    information for the object and instantiate the object.