Question: C++ Implement the sequence class from Section 3.2. You may wish to provide some addi- tional useful member functions, such as: a function to add
Implement the sequence class from Section 3.2. You may wish to provide some addi- tional useful member functions, such as: a function to add a new item at the front of the sequence; (2) a function to remove the item from the front of the sequence; (3) a function to add a new item at the end of the sequence; (4) a function that makes the last item of the sequence become the cur- rent item; (5) operators for and For the oper- ator, x y contains all the items of x, followed by all the items of y. The statement x all of the items of y to the end of what's already in x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
