Skip to content

Commit f7e4609

Browse files
committed
Strucutural patterns
1 parent 94c3d33 commit f7e4609

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,8 @@ public class PrototypePatternTest {
214214
}
215215
}
216216
```
217+
218+
## STRUCTURAL DESIGN PATTERNS
219+
220+
Structural Patterns provide different ways to create a class structure, for example using inheritance and composition
221+
to create a large object from small objects.

0 commit comments

Comments
 (0)