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

  Develop a web-server that allows the database

Develop a web-server that allows the database to be queried using any web-browser.

  Write a function rmduplic(l), where l is any list

Write a function rmDuplic(L), where L is any list. The function should return a list M that contains the same items as L, except that repetitions (duplicates) have been removed: only the first occurrence of each entry is kept (i.e., order is prese..

  Tower of hanoi game

Tower of Hanoi game that you can let a player to move discs between the towers using a mouse - Each move consists of taking the upper disk from one of the pegs and sliding it onto another rod, on top of the other disks that may already be present o..

  How a vertical scroll bar is associated with a list box

What are instance variables, and what role does the name ‘self' play in the context of a class definition. Describe how a vertical scroll bar is associated with a list box.

  Write a program to determine the coefficients of expanded

Write a program to determine the coefficients of expanded form of (aX+bY+c)n. Every line in bold is questions to ask whoever runs the program to enter values or commands (y or n) at the console.

  Define an init method that has one parameter named self

Define an init method that has one parameter named "self." In the init method, create an instance variable named dice that holds an empty list.

  How would you structure testing of the fix prior to delivery

Would you make any changes to your configuration management strategy to accommodate the fix? How would you structure testing of the fix prior to delivery?

  Write python code to implement a basic number guessing game

CSIS1101- Write Python code to implement a basic number guessing game. The program will choose a random number between 1 and 9 (inclusive) using randint() .

  Write another python program to decode the encoded message

Write another Python program to decode the encoded message according to the "circular Caesar cipher" problem presented in Programming Exercises 7 and 8 of Book Chapter 5.

  Read and analyse the child mortality data

ICT702 - Your task is to investigate mortality levels of children, infants and babies around the world. Which countries have a high rate of child deaths

  Write a python code to guess the number for given problem

They have only 5 times to enter the right value. After five time, if they still haven't guessed the number, show them the right number.

  Console program where you will implement

Create a console program where you will implement coding constructs and variables that are needed for this program and will implement the code within Main and any required static methods.

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