Aravind Kumararavindguvitask.hashnode.dev·Dec 6, 2024Guvi Task3 - OOPs ProgrammingSolution - 1: 1) Management System Design a Java program that uses OOP principles to model the Book Create two classes: Book and Library. The Book class should have attributes such as bookID, title, author, and isAvailable. The Library class should i...Java
Aravind Kumararavindguvitask.hashnode.dev·Nov 30, 2024Guvi Task2 - Introduction to OOPs in Java1) Create a class person with properties (name and age) with the following features:a. Default age of the person should be 18;b. A person object can be initialized with name and age;c. Method to display name and age of the person. (Note: For all solu...10 likesjavaoops