Create a Class Book with following attributes (ISBN, Author,Price, Number of Pages).
Write a class template to contain a sorted array. The classshould have InsertElement and DeleteElement functions. While addingelements to the array , ordering should be maintained. Alsoduplicate entries should not be allowed. This class should be ableto store elements of all data types including user definedtypes(int, float, char*, Book)
Sorting of books should be based on number of pages.
Use C++ Language
Expert Answer
An answer will be send to you shortly. . . . .