File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ Structural patterns are concerned with how classes and objects are composed to f
4040* [ Service Locator] ( #service-locator )
4141* [ Servant] ( #servant )
4242* [ Event Aggregator] ( #event-aggregator )
43- * [ Private Class Data] ( #private-class-data )
4443
4544### Behavioral Patterns
4645
@@ -99,6 +98,7 @@ A programming idiom is a means of expressing a recurring construct in one or mor
9998* [ Lazy Loading] ( #lazy-loading )
10099* [ Double Dispatch] ( #double-dispatch )
101100* [ Resource Acquisition Is Initialization] ( #resource-acquisition-is-initialization )
101+ * [ Private Class Data] ( #private-class-data )
102102
103103## <a name =" abstract-factory " >Abstract Factory</a > [ ↑ ; ] ( #list-of-design-patterns )
104104** Intent:** Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
You can’t perform that action at this time.
0 commit comments