a. Using the method getEntry of the ADT list, describe a client-level method that modifies the entry at a given position within a list.
b. What must you know about the entries in the list for your method to work?
c. Does the method replace of the ADT list have any advantage over your method?