what i have to now for this project?
we are making a hospital management system we have to make 4 class and with 4role and Functional Requirement: Properly plan a real-life scenario-based project with proper functional requirement
identification for the Object-Oriented Programming project development activities.
Role based Responsibility: Proper planning of role-based responsibility allocation. (4 members will play 4 different
roles.) Ex: For a university management system 4 different roles can be: Student, Faculty, HR, Campus Officers
At least 3 Types of Entity: An entity in a database storage is a thing, place, person, or object that is independent of
another. In databases, you store information about things in the real world, and these things are entities. Ex: for
student entities are name, address, courses, cgpa etc.
Entity Management: Insert, Get, Update & Delete. These operations must be implemented.
OOP Principles: Encapsulation, Inheritance, Association, Abstraction, Polymorphism & Interfaces must be present.
Interfaces must be applied to at least 3 classes (those wrote by you). Inheritance must be present for all necessary
scenarios. Association must be applied to at least 1 class (those wrote by you). This is for each role.
***Inheritance, Interfaces among Default (built in) classes will not count.
Others: Package, Exception Handling & File I/O must be present. We will use a file system to store data. You must
organize your java files package wise.
GUI Frames:
• One Login/Register page (for full management system)
• One Home Page for each role (total 4 home page)
• Management Pages (at least 2) for each role please help