1. Write the definitions of the member functions of the class bookType.
2. Write a program that uses the class bookType and tests the variousoperations on the objects of class bookType. Declare a vector container oftype bookType. Some of the operations that you should perform are tosearch for a book by its title, search by ISBN, and update the number ofcopies in stock.