Write the new methods you would have to implement in class

Assignment Help Python Programming
Reference no: EM132330149

Activity

1- Consider the following program:

rect=Rectangle2D(4,5)

print (rect, "area="+str(rect. area( ) ) )

-with the corresponding output:

w=4, h=5 area=20

Write the class Rectangle2D using the public attributes w, h (for width and height).

2- Consider the following program:

box=Box3D (4 ,5,2)

print (box, "volume="+str(box. volume ( ) ) )

-with the corresponding output:

w=4, h=5, d=2 volume=40

Write the class Box3D that inherits from Rectangle2D and uses the additional public attribute d (for depth). Every methods should use the super operator (including the constructor_init_).

3- Consider the following program:

box1=Box 3D ( 2 , 2, 1)

box2=Box 3D ( 2 , 1, 2)

box3=Box 3D ( 3, 4, 3)

print (box1+box2)

print (box3-box2)

print (box]*box2*box3)

print ( (boxl*box2) /2)

with the corresponding output:

w=4, h=3, d=3

w=1, h=3, d=1

w=12, h=8, d=6

w=2.0, h=1.0, d=1.0

Write the new methods you would have to implement in the class Box3D to enable such operator overloading results as shown above.

4- Consider the following program:

box=Box 3D ( 3, 2, 1)

faces=box. extract_faces ( )

for rect in faces:

print (rect)

-with the corresponding output:

w=3. h=2

w=3,h=1

w=2. h=1

Write the method extract_faces ( ). Use instances of the Rectangle2D class.

Reference no: EM132330149

Questions Cloud

Under what circumstances might each be employed : According to the text, what four broad categories of criminal defenses does our legal system recognize? Under what circumstances might each be employed?
Identifying and evaluating the constitutional safeguards : Write a 1,400- to 1,750-word paper identifying and evaluating the constitutional safeguards provided by the 4th, 5th, and 6th Amendments to the United States.
Is it ethical for prisons to focus on profit : Is it ethical for prisons to focus on profit? Why or why not? Do you support the phasing out of corporate-run prisons by the Justice Department? Why or why not?
How should we balance the need to collaborate : How should we balance the need to collaborate and cooperate for the benefit of all with the need to maintain maximum advantage (if however slight) over.
Write the new methods you would have to implement in class : Write the class Box3D that inherits from Rectangle2D and uses the additional public attribute d. Every methods should use the super operator.
What the results to each party would be : Create a hypothetical scenario in which an innocent, routine interaction between a citizen in a public place and the police could result in a continuing.
Write a while loop that keeps printing the menu selection : An inventory of the media store is displayed when option 1 is selected. We can see the references, media type, title and price of each item.
Display the number of seats sold and the revenue collected : Python program that obtains the number of Reserved Seating tickets that have been sold for a recent event and totals their revenue.
What is the more effective method of delivery a nebuliser : 92440 Evidence for Nursing Assignment, University of Technology Sydney, Australia. What is the more effective method of delivery- a nebuliser or a spacer

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd