Question: Create a Library class that will a ) Maintain a list books of books available in the library ( as attribute ) . b )
Create a Library class that will
a Maintain a list books of books available in the library as attribute
b Have a method addbookself book to add a book to the library.
c Have a method borrowbookself book to borrow a book from the library.
d Have a method returnbookself book to return a book to the library.
e Have a method displaybooksself to display all available books in the library.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
