Skip to content

Programming-Everywhere/OOD

Repository files navigation

Head-First-Design-Patterns

6. Light Control Command

1  Most Purchased Items-8

5 Battery Tracker Alexa

1  Most Purchased Items-5

4 - 1. Cricket App (tradtional way)

ObserverPatternSet-1 Issue:

  1. CricketData holds references to concrete display elements objects even tho it needs to call only the update methods of these objects.
  2. currentScoreDisplay.update(runs, wickets, overs) violates one of the most important design principle "Program to interface, not implementations"

4 - 2, use Observer Pattern

ObserverPatternSet-2

3. Coffee Order System

IMG_0003

2. Weather Data report

Java Trivia -10

1. Duck

IMG_0001 IMG_0002

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages