Computer Science, asked by vikas2001chd, 1 month ago

Create a class "Book" whose private data members are "bookName", "bookprice" and public data functions are "getBookDetails()" and "displayDetails()". Create an object array of type Book and write a function "alignBook()" to align/sort the array of books in alphabetic order.​

Answers

Answered by paridatapaswini02
0

Explanation:

ok ok ok create a class book with their data

Similar questions