We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02c8c0 commit 1f9ed05Copy full SHA for 1f9ed05
AbstractFactory/README.md
@@ -5,3 +5,5 @@ Super similar to the [Simple Factory](../SimpleFactory/README.md) except the `.C
5
6
## Common Uses
7
The advantage over the Simple Factory is that this only depends on an abstraction whereas the Simple Factory depends on a concrete class.
8
+
9
+Check out a video I made on factories: https://www.youtube.com/watch?v=qzxp9p7UP_Y
0 commit comments