Search:

Type: Posts; User: aprabhat

Search: Search took 0.08 seconds.

  1. Replies
    19
    Views
    1,847

    [SOLVED] Re: Help with Employee Class

    can you paste your modified code and the error message you get this time.
  2. Replies
    19
    Views
    1,847

    [SOLVED] Re: Help with Employee Class

    There is no compilation error in your code but now your EmployeeDemo class in a inner class of Employee class and the compiler didn't able to find the main method.
    close the body of Employee class...
  3. Replies
    19
    Views
    1,847

    [SOLVED] Re: Help with Employee Class

    employee1.setName("Susan Meyers");
    employee1.setDepart("Accounting");
    employee1.setEmpID(47899);
    employee1.setPosition("Vice President");


    You don't have setter methods likes setName("Emp...
Results 1 to 3 of 3