Question: Java setDescription(String str) and setUnit(int num) are the mutor methods of class Inventoryltem void setDescription (String str) 2. void setDescription (String str) Descriptionstr; Description str;
Java

setDescription(String str) and setUnit(int num) are the mutor methods of class Inventoryltem void setDescription (String str) 2. void setDescription (String str) Descriptionstr; Description str; The following statement creates an Inventoryltem array: Inventoryltem[ ] items new Inventoryltem[5]; Is it correct or not to execute the following statements? If it is not correct, write the correct one items[0]. setDescription("Hammer"); b. items.setUnit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
