Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need a java code using oop Scenario: You work as a software engineer in HTU university. The university needs to develop a new system:
I need a java code using oop
Scenario: You work as a software engineer in HTU university. The university needs to develop a new system: Students Registration System (SRS). The system must apply the Object Oriented and Design Patterns concepts. To achieve the above goals, your manager asked you to prepare a full report that contains core information starting from designing the UML Class diagrams and their relationships, then explain the Object Oriented characteristics and design patterns. After that you should develop a running code that implements UML Class diagrams as follows: . . The system must include degrees (Bachelor and Master). The university includes two schools: School of Engineering Technology (ENG.) and School of Informatics (IT) 1 School of Engineering Technology has two programs: Electrical Engineering (ELENG) and Energy Engineering (ENENG). School of Computing and Informatics has three programs: Computer Science (CS), Data Science (DS) and Cybersecurity (CYS). Each school has id, name and abbreviation. Each program has id, name and abbreviation. Each student must have the following attributes: id, name, degree, school, program, studying type (Regular or Graduated). Each program has a set of courses. Each course has the following attributes: id, name, and credit hours In every semester the registration department announces courses schedule. Each course can be studied through multiple sections. Each section is associated with one instructor Each instructor has the following attributes: id, name, salary and school. Student and instructor might be shared with the following attributes: id, name and school. Each student is allowed to register between 12 and 18 hours per semester. At the end of the semester, the instructors have to assign grades for their students. The system shall allow the student to add courses without exceed 18 hours, drop courses, calculate semester average and change program Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started