Question: 2. (30 points) Given the following information about the generic Tasks class, define a method to update an item in the ArrayList field at a
2. (30 points) Given the following information about the generic Tasks class, define a method to update an item in the ArrayList field at a specified position. This method must take the new object as a generic type and the position as an int. You can use the set method of the ArrayList class to achieve this behavior.
public class Tasks
ArrayList
// constructor and other methods
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
