Question: Modify the linked list code in Listing 5.2 (linkList2.java, LaFore book) to make it a list of objects of generic type note that each Link
Modify the linked list code in Listing 5.2 (linkList2.java, LaFore book) to make it a list of objects of generic type note that each Link object contains an object of the generic type instead of a numeric value. Test your code with Personal, Book objects and integers. You need to define a class of Person which has firstname, lastname and age fields, and a class of Book which has ISBN, title and publisher fields.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
