Design the ParcelKoro class such a way so that the following code provides the expected output. Hint total_fee = (total_weight * 20) + location_charge. Note: For the method calculate fee: if the delivery location is not given, the location_charge will be 50 taka or else 100 taka. Also, while calculating total fee, if the product weight is 0 the total_fee should also be 0. Assume only these 3 ways you can create an object of a class.

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

#pyhton programing

topic: Introduction to Method and Designing class

Method overloading & Constructor overloading

 


------------------

please find the attached image

Question 12
Design the ParcelKoro class such a way so that the following code provides the
expected output.
Hint total_fee = (total_weight * 20) + location_charge.
Note: For the method calculate fee: if the delivery location is not given, the
location_charge will be 50 taka or else 100 taka. Also, while calculating total fee, if the
product weight is 0 the total_fee should also be 0.
Assume only these 3 ways you can create an object of a class.
[You are not allowed to change the code below]
# Write your code here.
OUTPUT:
print(" 文*大木文文木衣京京*")
文 文
p1 = ParcelKoro()
Customer Name: No name set
Product Weight: 0
p1.calculateFee()
Total fee: 0
p1.printDetails()
言
print("*
****)
Customer Name: Bob The Builder
p2 = ParcelKoro('Bob The Builder')
Product Weight: 0
p2.calculateFee()
Total fee: 0
p2.printDetails()
Customer Name: Bob The Builder
print("--
")
Product Weight: 15
p2.product_weight = 15
%3D
Total fee: 350
p2.calculateFee()
********
p2.printDetails(
Customer Name: Dora The
print("
*******)
Explorer Product Weight: 10
p3 = ParcelKoro('Dora The Explorer',
Total fee: 300
10) p3.calculateFee('Dhanmondi')
p3.printDetails()
Transcribed Image Text:Question 12 Design the ParcelKoro class such a way so that the following code provides the expected output. Hint total_fee = (total_weight * 20) + location_charge. Note: For the method calculate fee: if the delivery location is not given, the location_charge will be 50 taka or else 100 taka. Also, while calculating total fee, if the product weight is 0 the total_fee should also be 0. Assume only these 3 ways you can create an object of a class. [You are not allowed to change the code below] # Write your code here. OUTPUT: print(" 文*大木文文木衣京京*") 文 文 p1 = ParcelKoro() Customer Name: No name set Product Weight: 0 p1.calculateFee() Total fee: 0 p1.printDetails() 言 print("* ****) Customer Name: Bob The Builder p2 = ParcelKoro('Bob The Builder') Product Weight: 0 p2.calculateFee() Total fee: 0 p2.printDetails() Customer Name: Bob The Builder print("-- ") Product Weight: 15 p2.product_weight = 15 %3D Total fee: 350 p2.calculateFee() ******** p2.printDetails( Customer Name: Dora The print(" *******) Explorer Product Weight: 10 p3 = ParcelKoro('Dora The Explorer', Total fee: 300 10) p3.calculateFee('Dhanmondi') p3.printDetails()
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

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