Search:

Type: Posts; User: fahman_khan75@yahoo.com

Search: Search took 0.12 seconds.

  1. Re: Passing Objects to Constuctors

    I take that back. I'm totally confused now, after seeing this writing of code being used in my book. In a hurry right and not so sure if I mentioned that
    .getDescription got used in a constructor. ...
  2. Re: Passing Objects to Constuctors

    Glad to hear that since his method just confused me out! Thank you!
  3. Passing Objects to Constuctors

    We are learning about how to pass objects into constructors. In our class, we made this following code
    public class InventoryItem
    {
    //fields
    private String description;
    private int units;
    ...
Results 1 to 3 of 3