Provide a constuctor that initializes all three instance

Assignment Help Python Programming
Reference no: EM132091590

For all parts you must:

Write a Python (.py) program

Test, debug, and execute the Python program

Submit a copy of your commented source code on-line

1. A) Create an Address class that contains the following instance variables: street, city, state and zipcode Provide a constuctor that initializes all four instance variables with data passed to the constructor.

Add a __str__ method that returns a string printing the instance variables. Provide methods that allows you to get and set all four instance variables. Demonstrate the correctness of your program with a couple sample test cases.

B) Create an Person class that contains the following instance variables: name, phone, and address where composition of the Address class is used for the address instance variable.

Provide a constuctor that initializes all three instance variables with the data passed to the constructor. Provide methods that allow you to get and set the name and phone instance variables. (Note: You do not need to provide these for the address instance variable because you are using composition). Demonstrate the correctness of your program with a couple sample test cases.

C) Create a Student class that utilizes inheritance to make a derived class of the Person class. This class should add the following instance variables: id, hours, and qpoints.

The class should contain a constructor method that utilizes the Student constructor. Provide methods that allow you to get and set the id, hours and qpoints instance variables. Demonstrate the correctness of your program with a couple sample test cases.

D) Add the following methods to the Student class your created in the previous problem:

-grade_level - returns the current grade level of a student (1 = less than 30 credits, 2 = 30-59 credits, 3 = 60-89 credits, 4 = 90 or more credits)

-display_gpa - calcuates and returns a student's gpa based on their hours and qpoints

-add_grade - modifies a students hours and qpoints based on provided course grade ('A','B','C','D','F') and the credits associated with that grade.

Demonstrate the correctness of your program with a couple sample test cases.

Reference no: EM132091590

Questions Cloud

What is the growth in productivity in case : For the Apple Lumber: What is the growth in productivity in this case?
What is the reorder point : What is the REORDER POINT at which they should place new orders?
Write a program which takes as input an integer n : Write a program which takes as input an integer N and outputs the number of recursively palindromic partitions of N .
Stability of the model increases : As the size of the smoothing constant, a, increases:more weight is put on historic demand data., more weight is put on recent demand data
Provide a constuctor that initializes all three instance : Create an Address class that contains the following instance variables: street, city, state and zipcode Provide a constuctor.
Beginning of the production process : What happens in a plant if the fastest operations are put at the beginning of the production process, the slowest operations are put at the end
Develop a system that automates the process : We Are Parties, INC is using a paper based system to keep track of the supplies ordered for events and the location of events they cater.
Herbie in terms of the theory of constraints : What is Herbie in terms of the Theory of Constraints?
Create each method to perform the task its name implies : Write an application whose main() method holds two integer variables. Assign values to the variables.

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