Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SHASHANK0712 authored Oct 17, 2022
1 parent 6723a14 commit 57be2b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Structural/Flyweight/java/shape-circle-demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This simple demonstration describes Flyweight Design pattern by drawing 20 circles of different locations but it creates only 5 objects.
Only 5 colors are available so color property is used to check already existing Circle objects.

0 comments on commit 57be2b4

Please sign in to comment.