Factory Pattern
A downloadable game
Here is the link to Github project of this pattern: https://github.com/iAmSidh108/DP_FactoryPattern
What is the Factory Pattern?
The Factory Pattern is a creational design pattern that provides an interface for creating instances of a class, but allows subclasses to alter the type of objects that will be created. It involves defining an interface for creating an object, but leaving the choice of its type to the subclasses, creating an instance of the appropriate class based on certain conditions.
Status | Released |
Author | Siddharth Tiwari |
Tags | csharp, designpattern, programming |
Leave a comment
Log in with itch.io to leave a comment.