Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Parent Class: Name: Library Purpose: To accept and store the information about the specific Library and a list of Book objects that are available at
Parent Class:
Name: Library
Purpose: To accept and store the information about the specific Library and a list of Book
objects that are available at the Library. Functions are provided to manipulate the data.
Constructor:
Zeroargument constructor that initializes the data members to
Threearugment constructor that receives the name of the library, the location of
the library, and the number of books in the list.
Data Members:
libraryName string
Cannot be blank.
libraryLocation string
Cannot be blank.
maxBooksInList int
Must be between and inclusive.
booksList vector
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started