Algorithms: patterns: Difference between revisions

From wikinotes
No edit summary
Line 20: Line 20:
| [[observer pattern]] ||
| [[observer pattern]] ||
|-
|-
| [[factory pattern]] || choose/instantiate a concretion of an interface
|}
|}
</blockquote><!-- Notes -->
</blockquote><!-- Notes -->

Revision as of 22:19, 26 November 2022

See Also Programming: Concurrency Patterns

References

Wikipedia: Software Design Patterns https://en.wikipedia.org/wiki/Abstract_factory_pattern#External_links

Notes

singleton pattern
strategy pattern
observer pattern
factory pattern choose/instantiate a concretion of an interface