Assignment Description: Call your driver "array_temp_class.cpp", and your TEMPLATE class implementation file "alist.cpp". Define the following behavior for ALIST
Your program should test the operation of the template class on character, integer and string types. Also, remember that for class templates the declaration and the implementation must reside in the same file. For this assignment, put the class declaration in the impleimentation file "alist.cpp". Consider the following skeleton class to help you implement the class ALIST: See image.