Create classes to implement the following inheritancehierarchy:
Book
TextBook E-Book
All books have a title, an ISBN number, a cost and a size (i.e.,number of pages). Textbooks
also have an area designation (such as ComputerScience orAnthropology) and a student
discount percentage. E-books contain a platform designation (suchas Kindle or Nook). You
need only list the elds and a constructor for each class.
Expert Answer
An answer will be send to you shortly. . . . .