Laboratory work #1
First laboratory work for TMPS course with the topic "Creational Design Patterns".
To implement in a project 3 creational design patterns from the following list:
- Singleton
- Builder
- Prototype
- Object Pooling (not required, good to know)
- Factory Method
- Abstract Factory
and to know the rest.
https://github.com/DrVasile/SDTM-Labs/tree/master/Lab%231