Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 450 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 450 Bytes

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.