Consider an ADT back list, which restricts insertions, deletions, and retrievals to the last item in the list.
a. Define a generic interface BackListlnterface that is a subclass of the interface BasicListlnterface. Provide a reference-based implementation of the interface BackListlnterface called BackList.
b. Define and implement a class for the ADT stack that is a subclass of BackList.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.