Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 957 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 957 Bytes

Multiple Design Patterns

This project was given as a midterm exam in our university and we implemented our own Design Patterns ideas.

UML

Factory Pattern Usage in Main Method

Decorator Pattern Usage in Main Method

How it looks:

Notes

Maven has been used as a build tool in this project.

"mvn clean package" or "mvn package" can be used to create an executable jar.