Create a class Book with the data members isbn, title, price. Create a class Special Edition which is subclass of Book and with a data member discountRate. Create a class BookTest with main() to test the above classes. Constructors & Methods: - Create constructors to give the values to the data members. Values shall come from user. - Create a method display() in Book class which displays isbn, title and price. -Override the same display() of Book class in Special Edition. This method displays isbn, btitle, price using super.display() and display the discounted price.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter4: More Object Concepts
Section: Chapter Questions
Problem 11PE
icon
Related questions
Question
Create a class Book with the data members isbn, title, price. Create a class Special Edition which is
subclass of Book and with a data member discountRate. Create a class BookTest with main() to test
the above classes.
Constructors & Methods:
- Create constructors to give the values to the data members. Values shall come from user.
- Create a method display() in Book class which displays isbn, title and price.
Override the same display() of Book class in Special Edition. This method displays isbn, btitle, price
using super.display() and display the discounted price.
Transcribed Image Text:Create a class Book with the data members isbn, title, price. Create a class Special Edition which is subclass of Book and with a data member discountRate. Create a class BookTest with main() to test the above classes. Constructors & Methods: - Create constructors to give the values to the data members. Values shall come from user. - Create a method display() in Book class which displays isbn, title and price. Override the same display() of Book class in Special Edition. This method displays isbn, btitle, price using super.display() and display the discounted price.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Unreferenced Objects
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage