Create a Book class with the following attributes: title, author (an instance of the Author class), publication_date, and price. Also, include a class variable all_books that keeps a list of all book instances created. The Book class should have: A __str__ method to represent the book in a user-friendly format. A __eq__ method to compare two books. Two books are considered the same if they have the same title and author. A __lt__ method to compare two books based on their publication dates. A class method get_all_books that returns a list of all books in the library. A static method most_expensive_book that takes a list of book instances and returns the most expensive one. Finally, create a Library class that manages books and authors. This class should include the following: An attribute collection to store the books in the library. A method add_book to add a new book to the library. If the book already exists in the library (based on the __eq__ method from the Book class), it should not be added again. A method search_books_by_author to find all books written by a particular author. A method most_expensive_book that returns the most expensive book in the library's collection. Make sure to handle potential exceptions gracefully and provide informative error messages to the user. Your program should demonstrate the creation of multiple Author and Book objects, add these books to a Library object, and show usage of the search_books_by_author and most_expensive_book methods. Use the code provided in the first screenshot below to test your implementation. This code should go at the end of your program after you have satisfied all of the requirements above.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter10: Introduction To Inheritance
Section: Chapter Questions
Problem 3PE
icon
Related questions
Question
  1. Create a Book class with the following attributes: title, author (an instance of the Author class), publication_date, and price. Also, include a class variable all_books that keeps a list of all book instances created.
    The Book class should have:
    1. A __str__ method to represent the book in a user-friendly format.
    2. A __eq__ method to compare two books. Two books are considered the same if they have the same title and author.
    3. A __lt__ method to compare two books based on their publication dates.
    4. A class method get_all_books that returns a list of all books in the library.
    5. A static method most_expensive_book that takes a list of book instances and returns the most expensive one.
  2. Finally, create a Library class that manages books and authors. This class should include the following:
    1. An attribute collection to store the books in the library.
    2. A method add_book to add a new book to the library. If the book already exists in the library (based on the __eq__ method from the Book class), it should not be added again.
    3. A method search_books_by_author to find all books written by a particular author.
    4. A method most_expensive_book that returns the most expensive book in the library's collection.
  3. Make sure to handle potential exceptions gracefully and provide informative error messages to the user.
  4. Your program should demonstrate the creation of multiple Author and Book objects, add these books to a Library object, and show usage of the search_books_by_author and most_expensive_book methods. Use the code provided in the first screenshot below to test your implementation. This code should go at the end of your program after you have satisfied all of the requirements above.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Class
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage