Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PLEASE follow the above instructions and do everything asked in the instructions.Please code in coding environment (Pychram). I will give you a up-vote. art 1

image text in transcribedimage text in transcribedimage text in transcribedPLEASE follow the above instructions and do everything asked in the instructions.Please code in coding environment (Pychram). I will give you a up-vote.

art 1 Project Requirements: instruct 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. 3. Documentation: Documentation is required. Use UML design to show your program's structure. You are encouraged to use advanced OOP methods to implement your application, such as composition and inheritance to improve the flexibility and reusability of your program. For your reference, examples of UML design are attached: Fig. 1 Develop a tester/driver class to test all classes developed in your project. Create a list of 5 students, add their 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: menu 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 5. Upload your documentation file, source code, and testing data (can copy and save into a separate .txt file) to Canvas before the deadline

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Oracle APEX 5 Application Development

Authors: Edward Sciore

2nd Edition

1484209893, 9781484209899

More Books

Students also viewed these Databases questions