an operation that displays the contents of a stack can be useful during program debugging. add a display method to the adt stack such that a. the method uses only adt stack operations; that is, it is independent of the stack’s implementation. b. the method assumes and uses the link-based implementation of the adt stack. c. the method assumes and uses the array-based implementation of the adt stack.