Question: 1. Implement Library system in Java. Use the concept of Inheritance and Interface in your program. Design a super class Book to hold the details
1. Implement "Library system" in Java. Use the concept of Inheritance and Interface in your program. Design a super class "Book" to hold the details of the books in the library with appropriate methods to read and print the book details. Include a constructor in this class. The Interface is designed to store the details of library. The child class Student should be holding the details of members borrowing the book. Implement appropriate variables and methods in this class. The desired output is to print the collection of books in the library and the borrowing details of these books. 20 Marks ring Rubric: dard rubric used for Programming Problem. 1. Implement "Library system" in Java. Use the concept of Inheritance and Interface in your program. Design a super class "Book" to hold the details of the books in the library with appropriate methods to read and print the book details. Include a constructor in this class. The Interface is designed to store the details of library. The child class Student should be holding the details of members borrowing the book. Implement appropriate variables and methods in this class. The desired output is to print the collection of books in the library and the borrowing details of these books. 20 Marks ring Rubric: dard rubric used for Programming
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
