Search:

Type: Posts; User: aandcmedia

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,273

    Re: Basic Question Regarding Object/Method

    Thanks appreciate the help!
  2. Replies
    3
    Views
    1,273

    Basic Question Regarding Object/Method

    So I have created a new class called employee and define a few employee'sL



    //Empty
    Employee e1 = new Employee();
    //Good Values
    Employee e2 = new Employee("1234", "Bruce",...
Results 1 to 2 of 2