Search:

Type: Posts; User: pbrockway2

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    1,274

    Re: Basic Question Regarding Object/Method

    You're welcome.
  2. Replies
    3
    Views
    1,274

    Re: Basic Question Regarding Object/Method

    The line "Employee e3 = Employee("1234", "cLiNT", "EASTWOOD", "management", "male", 100.5);" will, almost certainly, not compile. (Try it.)



    void foo() {
    // (A)
    Employee e3 = new...
Results 1 to 2 of 2