Search:

Type: Posts; User: javapenguin

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    1,280

    Re: Assingment help

    I think this should work. (Haven't had a chance to test it...my compiler is broken...remember...:(:(


    public abstract class Employee
    {

    private String EmpFirstName;
    private String...
  2. Replies
    3
    Views
    1,280

    Re: Assingment help

    I think it's

    public abstract int...

    not

    abstract public int...

    could be wrong.
Results 1 to 2 of 2