Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital Management System - OOP1 Final Project

Overview

This repository contains the final project for the Object-Oriented Programming 1 (OOP1) course. The project is a Hospital Management System that allows users to register doctors, patients, and perform other hospital-related operations. The application is built using Java and demonstrates key object-oriented programming concepts such as classes, objects, inheritance, polymorphism, encapsulation, and abstraction.

The goal of this project is to simulate a simple hospital management system where users can interact with a menu to perform tasks like registering doctors, registering patients, and viewing records.


Project Description

Objective

The main objective of this project is to create a Java-based console application that simulates a hospital management system. The system allows users to:

  • Register a new doctor.
  • Register a new patient.
  • View registered doctors and patients.
  • Perform other hospital-related operations (if applicable).

The application is designed to be user-friendly and demonstrates a clear understanding of object-oriented programming principles.


Features

Core Features

  1. Register a Doctor:
    • Input details such as name, specialization, and contact information.
    • Store doctor information in the system.
  2. Register a Patient:
    • Input details such as name, age, gender, and medical history.
    • Store patient information in the system.
  3. View Registered Doctors:
    • Display a list of all registered doctors.
  4. View Registered Patients:
    • Display a list of all registered patients.
  5. Menu-Driven Interface:
    • A simple console-based menu to navigate through the system's features.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages