An open API service indexing awesome lists of open source software.

https://github.com/shashwatkathuria/user-management-system

Using Adapter And Mediator Design Patterns
https://github.com/shashwatkathuria/user-management-system

adapter adapter-pattern design-pattern java mediator mediator-pattern oop-principles oops user user-management

Last synced: 3 months ago
JSON representation

Using Adapter And Mediator Design Patterns

Awesome Lists containing this project

README

        

# User Management System - Using Adapter And Mediator Design Patterns
---------------------------------------
INSTRUCTIONS TO RUN THE PROGRAM
---------------------------------------

The following commands must be executed to run the program:

javac MainProgram.java
java MainProgram

---------------------------------------
DESCRIPTION
---------------------------------------

In this program, a user management system is made using
adapter and mediator design patterns in java language. The program
has certain basic features like keeping track of employees,
verifying through their passwords, keeping different types
of users - premium and normal, etc.

---------------------------------------