Question 3: 1. Explain the importance of method signature in method overriding. 2. The system might want to use an overridden method (function) with a common signature across the relevant classes Seller, Dealer, Buyer, and distinct classes Car and Invoice for maintaining the finances. Details of the classes can be seen in Table 1. Explain with proper syntax as to how this can be achieved using object-oriented programming. 3. Write Java code (for the methods only) that implements the method with the same signature for each class with the following details:

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Question 3:
1. Explain the importance of method signature in method overriding.
2. The system might want to use an overridden method (function) with a common signature across the
relevant classes Seller, Dealer, Buyer, and distinct classes Car and Invoice for maintaining the
finances. Details of the classes can be seen in Table 1. Explain with proper syntax as to how this can
be achieved using object-oriented programming.
3. Write Java code (for the methods only) that implements the method with the same signature for each
class with the following details:
a. Calculates the commission earned by the dealer. A dealer charges 1% commission each
to the buyer and seller on sale price of the car.
b. The profit or loss for the seller. A seller earns profit (incurs loss) computed as the
difference between the sale and purchase price of the car. Sales Tax is deducted at the
rate of 17% on the profit earned. No sales tax is charged in case of loss. The method
should display an appropriate message accordingly.
c. The total amount paid by the buyer.

Table 1:
Class
Attributes
name, registration number, engine number, chassis number, city of registrat
make and model, color, the date of the registration, price, the date of arrival of
car to the dealership, type of the vehicle, and whether the car is sold or not.
dealer's name, dealer's id, dealer's address, and the dealer's phone number.
dealer object also keeps track of the cars that the dealer has.
A person has a name, address, phone number and e-mail address.
Car
Dealer
Person
Transcribed Image Text:Table 1: Class Attributes name, registration number, engine number, chassis number, city of registrat make and model, color, the date of the registration, price, the date of arrival of car to the dealership, type of the vehicle, and whether the car is sold or not. dealer's name, dealer's id, dealer's address, and the dealer's phone number. dealer object also keeps track of the cars that the dealer has. A person has a name, address, phone number and e-mail address. Car Dealer Person
Question 3:
1. Explain the importance of method signature in method overriding.
2. The system might want to use an overridden method (function) with a common signature across the
relevant classes Seller, Dealer, Buyer, and distinct classes Car and Invoice for maintaining the
finances. Details of the classes can be seen in Table 1. Explain with proper syntax as to how this can
be achieved using object-oriented programming.
3. Write Java code (for the methods only) that implements the method with the same signature for each
class with the following details:
a. Calculates the commission earned by the dealer. A dealer charges 1% commission each
to the buyer and seller on sale price of the car.
b. The profit or loss for the seller. A seller earns profit (incurs loss) computed as the
difference between the sale and purchase price of the car. Sales Tax is deducted at the
rate of 17% on the profit earned. No sales tax is charged in case of loss. The method
should display an appropriate message accordingly.
c. The total amount paid by the buyer.
Transcribed Image Text:Question 3: 1. Explain the importance of method signature in method overriding. 2. The system might want to use an overridden method (function) with a common signature across the relevant classes Seller, Dealer, Buyer, and distinct classes Car and Invoice for maintaining the finances. Details of the classes can be seen in Table 1. Explain with proper syntax as to how this can be achieved using object-oriented programming. 3. Write Java code (for the methods only) that implements the method with the same signature for each class with the following details: a. Calculates the commission earned by the dealer. A dealer charges 1% commission each to the buyer and seller on sale price of the car. b. The profit or loss for the seller. A seller earns profit (incurs loss) computed as the difference between the sale and purchase price of the car. Sales Tax is deducted at the rate of 17% on the profit earned. No sales tax is charged in case of loss. The method should display an appropriate message accordingly. c. The total amount paid by the buyer.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Class
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
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education