Write a class definition named Book. The Book class should have data attributes for a book’s title, the author’s name, and the publisher’s name. The class should also have the following:
a. An init method for the class. The method should accept an argument for each of the data attributes.
b. Accessor and mutator methods for each data attribute.
c. An __str__ method that returns a string indicating the state of the object.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.