Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions

Question

What is the purpose of the Salary Structure Table?

Answered: 1 week ago

Question

What is the scope and use of a Job Family Table?

Answered: 1 week ago