We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c3d33 commit f7e4609Copy full SHA for f7e4609
README.md
@@ -214,3 +214,8 @@ public class PrototypePatternTest {
214
}
215
216
```
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