Skip to content

This repo contains examples in java of several design patterns

Notifications You must be signed in to change notification settings

MicheleVerriello/Design-Patterns-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design-Patterns-Examples

This repository contains java examples of the most used design patterns, taken from the book HEAD FIRST DESIGN PATTERNS.

Loose Coupling

When objects are loosely coupled, they can interact, but they typically have a little knowledge of each other. Loosely coupled designs often give as a lot of flexibility.

Design Principle (Loose Coupling)

Strive for loosely coupled designs between objects that interact.

About

This repo contains examples in java of several design patterns

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published