Skip to content

yogeshwariomkumar/DesignPatternsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Patterns Project

This Java project demonstrates 6 common design patterns:

Behavioral Patterns

  • Observer
  • Strategy

Creational Patterns

  • Singleton
  • Factory

Structural Patterns

  • Adapter
  • Decorator

Features

  • Console-based Java application
  • Proper OOP and SOLID principles
  • Each pattern implemented in separate package and class
  • Demonstrates use of design patterns with simple examples

How to Run

  1. Open the project in IntelliJ IDEA.
  2. Navigate to the main class of each pattern:
    • ObserverExample
    • StrategyExample
    • SingletonExample
    • FactoryExample
    • AdapterExample
    • DecoratorExample
  3. Right-click → Run the class.

Author

YOGESHWARI N O
Student of K.L.N. College of Engineering

About

Java project demonstrating 6 design patterns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages