Question: Please follow the directions above and code in an coding environment (PyChram). In python Please. I will give you an up-vote for sure. Please do

Please follow the directions above and code in an coding environment (PyChram).In python Please. I will give you an up-vote for sure. Pleasedo the UML design for all the classes asked above in thePlease follow the directions above and code in an coding environment (PyChram). In python Please. I will give you an up-vote for sure.

Please do the UML design for all the classes asked above in the directions

Thank you in advance you are helping out a lot.

Construct a class called "Student" which meets the following criteria: 1. It is capable of storing the following information: a. Name of the student (first, middle, last) b. Student Id number c. MailingAddress - Create a class which include street address, city, state, zip, type (permanent, local, etc.) d. Email addresses (a list of emails, at least one element for each student) - Create a class named as Email which include email address and type (personal email or academic or industrial emails) e. Phone Number (a list of phone numbers, such as cell phone, home phone, or office phone, at least one phone number for each student) - Create a class named as Phone_number, which includes phone number and type f. Birth date (Use the Date class you created before, if do not have one, create one for it, including day, month, year attributes) g. Acceptance data (use the Date class) h. Start semester - Create a class which includes Semester (fall, spring, summer) and year i. Intended major (computer science, engineering, arts) 2. Functionality a. Required a constructor b. Functions to change the value of each of the data elements, one element per function c. Functions to return the value of each of the data elements, one element per function d. Override __str() _ so that print() function can be used to display Student's complete information. Develop a tester/driver class to test all classes developed in your project. Create a list of 5 students, add heir basic information, for compound attributes, aggregation is required. Develop a menu that would allow the user to manipulate values in the list of advisors, such as: (NOTE: nenu options will invoke submenus as necessary) a. Populate and add a student to the list visa keyboard. b. Edit an existing student in via keyboard c. Delete a student in the list via keyboard. d. Display a requested student in the list via keyboard. e. Exit the application

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!