Computer Science 261

Assignment # 7

Due: 

Purpose:


Part 1:  Warm-up exercise:  

Using either LinkedList.java or AnotherLinkedList.java (both in the handouts folder), add a delete method and modify the main procedure to test the new method with the others already present.  Using the main method from AnotherLinkedList.java will be a sufficient test.  Retain the name for your program (LinkedList.java or AnotherLinkedList).


Part 2:  Linked lists for storing parts.

Write an LinkedInventoryObject  class description for parts with the following fields and methods:

 


I will use the same main() program I used on the ArrayInventoryObject  (modified, of course, for a LinkedInventoryObject instead of an ArrayInventoryObject).

Questions?  Please ask!