Copy Constructor and lastindexOf Method
Modify the ListType class presented in this chapter by adding the following methods:
•Copy Constructor
Add a copy constructor to the class that accepts a reference to another GeneralList object.
•public int lastIndexOf(E element)
This method should return the last index of the specified element.
Demonstrate the new methods in a simple program.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.