CS 5004 Assignment 4

$35.00

Download Details:

  • Name: Assignment-4-Java-ky2xf9.zip
  • Type: zip
  • Size: 27.93 KB

Category:

Description

5/5 - (1 vote)

This assignment will give us an opportunity to explore encapsulation,abstraction, containment, and parametric polymorphism in Java.
In CS 5002, we identified a List as an abstract data type and implemented two versions that stored string data: a LinkedList backed by a
ListNode, and an an ArrayList backed by a linear array.
In this assignment, we implement these as generic classes and interfaces.