Search:

Type: Posts; User: SunshineInABag

Search: Search took 0.07 seconds.

  1. Re: First Java class. Cannot figure out programming assignment. Please help.

    You already have one constructor that takes and sets the values for assetId and employeeId. If you do this for all your field variables, then this constructor will be created. You can also consider...
  2. Re: First Java class. Cannot figure out programming assignment. Please help.

    One way to figure out how this constructor should be written is to think how you would call a method from the Asset class, such as one of your getters. You could use the, "public Asset(String aid,...
Results 1 to 2 of 2