Problem #495 C++ using OBJECT ORIENTED PROGRAMMING

Write a Java program to create a class called "Library" with a collection of books and methods to add and remove books.

Your Solution