Please help me with this C++ code. Please show work and code output. Write a class definition that stores information for a book. I want to store the following information about this book.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Please help me with this C++ code. Please show work and code output.

Write a class definition that stores information for a book. I want to store the following information about this book.

 

In this activity, we are going to plan out and write a class definition that stores information for a book.
Let's say we want to store the following information about this book:
The book's name
• The book's author(s) (a book can have more than one author)
The book's publisher
The book's ISBN number
The book's price
• The book's year of publication
First, answer the following questions before the design:
1. What is a suitable name for this class? (Pick a name that best describes it).
2. What attributes should this class have?
a. Consider the information that needs to be stored and what attribute types you need to
create.
3. What methods do you think would be essential for this class?
a. Do we need getters/setters? Consider the attributes needed and what operations this
class needs to support. Justify briefly each operation chosen.
After answering the questions above, design a UML diagram alongside a description of each method
that reflects your class design.
Type this in a Word document and export your answer and design as a PDF. Use good formatting and
proper spelling and grammar. Additionally, include your name as well as your group member's names
in the document.
Transcribed Image Text:In this activity, we are going to plan out and write a class definition that stores information for a book. Let's say we want to store the following information about this book: The book's name • The book's author(s) (a book can have more than one author) The book's publisher The book's ISBN number The book's price • The book's year of publication First, answer the following questions before the design: 1. What is a suitable name for this class? (Pick a name that best describes it). 2. What attributes should this class have? a. Consider the information that needs to be stored and what attribute types you need to create. 3. What methods do you think would be essential for this class? a. Do we need getters/setters? Consider the attributes needed and what operations this class needs to support. Justify briefly each operation chosen. After answering the questions above, design a UML diagram alongside a description of each method that reflects your class design. Type this in a Word document and export your answer and design as a PDF. Use good formatting and proper spelling and grammar. Additionally, include your name as well as your group member's names in the document.
Expert Solution
Step 1: Overview

In this question we have to write a class definition that stores information for a book. As per the given description we have to write a C++ code.

If you feel more query on this situation, please utilize the threaded question feature.

Let's code

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 3 images

Blurred answer
Knowledge Booster
Reference Types in Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education