Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 328 Bytes

File metadata and controls

4 lines (4 loc) · 328 Bytes

CustomizedCollections

Customized collections - CustomArrayList and CustomLinkedList in Java Create an abstract class List. Extend the class and create a class ArrayList and another class LinkedList. ArrayList implements the functionality using dynamic array and LinkedList implements functionality using doubly linked list.