Question: JAVA CODING based on Inheritance: - Create a class Book with the following members: Accession number, Name of the author, Title of the book, Year
JAVA CODING based on Inheritance: -
Create a class Book with the following members: Accession number, Name of the author, Title of the book, Year of Publication, Publishers Name, Cost of the book and Availability
Create a class Membership with the following members: Member id, Name, Maxbooks Derive a class Library information_system from Book and Member. Include the following member functions: 1. Issue a book after checking member id, book id, Availability of the book and Maxbooks available for the member.
2. Update availability of book and Maxbooks after each transaction.
3. Display a members information given member id
Instructions:-
Please write approach with 2-3 sentences
Please add screen shot of output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
