want Python Code. Implement the Python Inheritance, the core object-oriented programming concept. You are here required to develop a University Management System (UMS) to handle day to day activities of Students, Faculty and Finance Department. Create a parent class named “person” with following attributes: Name, Surname and Registration_Number. Create a child class named “student” derived from parent class “person”. It will have same attributes as parent class: Name, Surname and Registration_Number. In addition, it will have a Boolean attribute “student_type”. It can be undergraduate or postgraduate. In addition, it will have a list attribute “current_courses”. Initially, keep it empty. Create a method named “Add_Course()” to append the courses he/she is taking. In addition, it will have attribute named “Fees”. Initially, keep it empty. Create a method named “Fees_Calculator() to calculate the current fees of the student member. Each undergraduate student pays 500 per course, while the postgraduate student pay 750 per course. So as the list of courses keeps on increasing the net fees also increases. Create a child class named “faculty” derived from parent class “person”. It will have same attributes as parent class: Name, Surname and Registration_Number. In addition, it will have a list attribute “courses_taught”. Initially, keep it empty. Create a method named “Add_Teach_Load()” to append the courses in the list (courses_taught). In addition, each faculty member will have attribute “Pay”. Initially, keep it empty. Create a method named “Pay_Calculator() to calculate the current salary of the faculty member. Each faculty member is paid 400$ per course, so as the list of courses keeps on increasing the net salary also increases. Create a child class named “UMS” derived from parent classes “student & faculty”. It will be only used to calculate the net financial impact of the university. It will read total number of students and faculty along with their fees and pays and calculate the net profit the university is generating.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

I want Python Code.

Implement the Python Inheritance, the core object-oriented programming concept. You are here required to develop a University Management System (UMS) to handle day to day activities of Students, Faculty and Finance Department.

  1. Create a parent class named “person” with following attributes: Name, Surname and Registration_Number.
  2. Create a child class named “student” derived from parent class “person”. It will have same attributes as parent class: Name, Surname and Registration_Number.
    1. In addition, it will have a Boolean attribute “student_type”. It can be undergraduate or postgraduate.
    2. In addition, it will have a list attribute “current_courses”. Initially, keep it empty.
    3. Create a method named “Add_Course()” to append the courses he/she is taking.
    4. In addition, it will have attribute named “Fees”. Initially, keep it empty.
    5. Create a method named “Fees_Calculator() to calculate the current fees of the student member. Each undergraduate student pays 500 per course, while the postgraduate student pay 750 per course. So as the list of courses keeps on increasing the net fees also increases.
  3. Create a child class named “faculty” derived from parent class “person”. It will have same attributes as parent class: Name, Surname and Registration_Number.
    1. In addition, it will have a list attribute “courses_taught”. Initially, keep it empty.
    2. Create a method named “Add_Teach_Load()” to append the courses in the list (courses_taught).
    3. In addition, each faculty member will have attribute “Pay”. Initially, keep it empty.
    4. Create a method named “Pay_Calculator() to calculate the current salary of the faculty member. Each faculty member is paid 400$ per course, so as the list of courses keeps on increasing the net salary also increases.
  1. Create a child class named “UMS” derived from parent classes “student & faculty”. It will be only used to calculate the net financial impact of the university. It will read total number of students and faculty along with their fees and pays and calculate the net profit the university is generating.
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY