Design a class named textbook that is a child class of book


You should choose one object oriented programming language (C++, Java, C#, etc) to complete this assignment. You need to write a report which includes the source code and any notes. Also submit the source code along with other files if needed to run the program. 

a. Design a class named Book that holds a stock number, author, title, price, and number of pages for a book. Include methods to set and get the values for each data field. Also include a displayInfo method that displays each of the Book's data fields with explanation. 

b. Design a class named TextBook that is a child class of Book. Include a new data field for the grade level of the book. Create a displayTextBookInfo () method so that you can accommodate the new grade-level field. 

c. Design an application that instantiates an object of each type and demonstrates all the methods.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Design a class named textbook that is a child class of book
Reference No:- TGS0120534

Expected delivery within 24 Hours