A local taxi company has decided to expand and not only have taxis that go on land (i.e., cars), but also taxis that go on water (i.e., boats). You have been asked to design a number of classes to represent the various taxi fares (trips with passengers) and their various fee structures, by using inheritance in Python. Please read all parts of this question below before starting the question. Include the completed code for a parts of this question in a file called taxi_company.py. NOTE: To implement encapsulation, all of the instance variables/fields should be considered private. Question 3 (a) Design and implement a class called TaxiFare that includes the following instance variable(s) and method(s) for an object. Attribute(s)/instance variable(s): • taxilD is the unique ID number for the taxi involved in the fare (default value "000") • operator is the name of the driver (or boat operator) of the taxi (default value "unknown") The class definition should also include the following method(s): • a constructor/initializer method to initialize the instance variables; be sure to include the default values • accessor methods for each of the instance variables a computeCharges method that returns O for this base class (to allow for method overriding and polymorphism) special method_str_() to print the required information as shown in the sample output, including the taxi ID, the operator and the cost of the ride, with appropriate descriptive labels

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
A local taxi company has decided to expand and not only have taxis that go on land (i.e., cars), but also
taxis that go on water (i.e., boats). You have been asked to design a number of classes to represent the
various taxi fares (trips with passengers) and their various fee structures, by using inheritance in
Python.
Please read all parts of this question below before starting the question. Include the completed code for all
parts of this question in a file called taxi_company.py.
NOTE: To implement encapsulation, all of the instance variables/fields should be considered private.
Question 3 (a)
Design and implement a class called Taxifare that includes the following instance variable(s) and
method(s) for an object.
Attribute(s)/instance variable(s):
• taxilD is the unique ID number for the taxi involved in the fare (default value "000")
operator is the name of the driver (or boat operator) of the taxi (default value "unknown")
The class definition should also include the following method(s):
• a constructor/initializer method to initialize the instance variables; be sure to include the default
values
• accessor methods for each of the instance variables
a computeCharges method that returns O for this base class (to allow for method overriding and
polymorphism)
• special method_str_() to print the required information as shown in the sample output,
including the taxi ID, the operator and the cost of the ride, with appropriate descriptive labels
Transcribed Image Text:A local taxi company has decided to expand and not only have taxis that go on land (i.e., cars), but also taxis that go on water (i.e., boats). You have been asked to design a number of classes to represent the various taxi fares (trips with passengers) and their various fee structures, by using inheritance in Python. Please read all parts of this question below before starting the question. Include the completed code for all parts of this question in a file called taxi_company.py. NOTE: To implement encapsulation, all of the instance variables/fields should be considered private. Question 3 (a) Design and implement a class called Taxifare that includes the following instance variable(s) and method(s) for an object. Attribute(s)/instance variable(s): • taxilD is the unique ID number for the taxi involved in the fare (default value "000") operator is the name of the driver (or boat operator) of the taxi (default value "unknown") The class definition should also include the following method(s): • a constructor/initializer method to initialize the instance variables; be sure to include the default values • accessor methods for each of the instance variables a computeCharges method that returns O for this base class (to allow for method overriding and polymorphism) • special method_str_() to print the required information as shown in the sample output, including the taxi ID, the operator and the cost of the ride, with appropriate descriptive labels
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY