Your task is to use Object Oriented Programming (OOP) to create a Book Messenger Application. Use OOP to create a Book Messenger Application that has the following functions: 1. Add a Book 2. Edit a Book 3. Delete a Book 4. Print All Books Hints: Note: This is just a RECOMMENDED approach. You may implement this assignment however you see fit, so long as you meet the assignment specifications. You will need two classes for this assignment. You will need to create a class Book, for your Book objects: Book Data Members: ISBN (unique): This is what is known as a primary key. Should not be editable. Book Title Book Author Name Methods: toString() You will need another class, BookApp Management. This class will need to have not only the main method, but should also be able to handle the following methods: BookAppManagement Methods: 0. Main() 1. Add a Book: Could take everything, or you could have a method that just takes a Book. 2. Edit a Book: takes ISBN - Ask User for ISBN. Once the book is found, then you should allow them to edit either the Book Title and/or Author Name. 3. Delete a Book 4. Print All Books

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

Java please svalb me 

Your task is to use Object Oriented Programming (OOP) to create a Book Messenger
Application.
Use OOP to create a Book Messenger Application that has the following functions:
1. Add a Book
2. Edit a Book
3. Delete a Book
4. Print All Books
Hints:
Note: This is just a RECOMMENDED approach. You may implement this assignment however
you see fit, so long as you meet the assignment specifications.
You will need two classes for this assignment.
You will need to create a class Book, for your Book objects:
Book
Data Members:
ISBN (unique): This is what is known as a primary key. Should not be editable.
Book Title
Book Author Name
Methods:
toString()
You will need another class, BookAppManagement.
This class will need to have not only the main method, but should also be able to handle the
following methods:
BookAppManagement
Methods:
0. Main()
1. Add a Book: Could take everything, or you could have a method that just takes a Book.
2. Edit a Book: takes ISBN
- Ask User for ISBN. Once the book is found, then you should allow them to edit
either the Book Title and/or Author Name.
3. Delete a Book
4. Print All Books
Transcribed Image Text:Your task is to use Object Oriented Programming (OOP) to create a Book Messenger Application. Use OOP to create a Book Messenger Application that has the following functions: 1. Add a Book 2. Edit a Book 3. Delete a Book 4. Print All Books Hints: Note: This is just a RECOMMENDED approach. You may implement this assignment however you see fit, so long as you meet the assignment specifications. You will need two classes for this assignment. You will need to create a class Book, for your Book objects: Book Data Members: ISBN (unique): This is what is known as a primary key. Should not be editable. Book Title Book Author Name Methods: toString() You will need another class, BookAppManagement. This class will need to have not only the main method, but should also be able to handle the following methods: BookAppManagement Methods: 0. Main() 1. Add a Book: Could take everything, or you could have a method that just takes a Book. 2. Edit a Book: takes ISBN - Ask User for ISBN. Once the book is found, then you should allow them to edit either the Book Title and/or Author Name. 3. Delete a Book 4. Print All Books
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 3 images

Blurred answer
Knowledge Booster
Data members
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.
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