Java 2
Java 2
Aim:-
In a library, there are different types of books like Textbooks, Novels, and Reference
Books. Each book has properties like title, author, and ISBN.
Textbooks have an additional property for the subject, and Reference Books have an
additional property for the edition.
Task: Design a class hierarchy using inheritance. Implement classes Book, Text Book, and
Reference Book. Use methods to add books and display their details.
Objective:-