QUESTION
(a) What is an abstract data type?
(b) Give two limitations of the array implementation of lists.
(c) Give the major disadvantage of the dynamic implementation of lists.
(d) Give two advantages of the dynamic implementation of lists.
(e) Write a program that copies the content of a file into another file.