Problem #863 C++ using OBJECT ORIENTED PROGRAMMING

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

Your Solution