Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,139

    Re: Passing Objects to Constuctors

    Ok. You have to consider something called: scope.
    There are 4 keywords which indicate: Access Level (read: Controlling Access to Members of a Class (The Java™ Tutorials > Learning the Java Language...
  2. Replies
    4
    Views
    1,139

    Re: Passing Objects to Constuctors

    He is using a direct reference. The description variable is private, so a InventoryItem can directly reference a private variable of another InventoryItem. It's not my preferred way of doing it. I...
Results 1 to 2 of 2