Search:

Type: Posts; User: Hoota79

Search: Search took 0.08 seconds.

  1. Re: The getAccount method returns the reference to the Account object.

    The class has these attributes:
    Customer class
    - custID: int
    - account: Account
    - firstName: String
    - lastName: String
    and so on
    ------------
    as methods it has
    + getName();
  2. The getAccount method returns the reference to the Account object.

    Hello Everyone.
    I am refreshing my Java programing as I took a course back to 2007. So, I started from scratch. There is a project and I got stack in one statement. "The getAccount method returns...
Results 1 to 2 of 2