Question: You will create a template class called List that stores its items in a sorted dynamic array. This assignment utilizes a lot of what should

You will create a template class called List that stores its items in a sorted dynamic array. This assignment utilizes a lot of what should have been taught in Object-Oriented Programming.You will create a template class called List that stores its itemsin a sorted dynamic array. This assignment utilizes a lot of whatshould have been taught in Object-Oriented Programming. You will create a templateclass called List that stores its items in a sorted dynamic array.This assignment utilizes a lot of what should have been taught inCS 311 Object-Oriented Program- ming. If you are struggling to do thisassignment extra study will be required to (re-)learn this material: the course

You will create a template class called List that stores its items in a sorted dynamic array. This assignment utilizes a lot of what should have been taught in CS 311 Object-Oriented Program- ming. If you are struggling to do this assignment extra study will be required to (re-)learn this material: the course does not get easier Assignment Requirements The name of your final executable shall be called h w81 Your source code, object files, and exectuables shall be organized - See the Preparing and Submitting section Download the header and makefile Use the included header file as a guide Do NOT change: of the header file -the name - the name of the class - any of the function names Example: The line'// function size; does not throw exceptions'indicates that the name of the function shall be size, and the statement that it does not throw exceptions indicates the need to use the specifier noexcept - the public/private placement of what is required by the header . You may - add extra functions and variables as you see fit so long as they do not alter the ex pected behavior of the program Class Requirements All classes - Proper use of const throughout your code Create an abstract base class called Book - The Book class shall contain within its private/protected section A string that represents the author's last name

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!