An open API service indexing awesome lists of open source software.

https://github.com/leodeveloper/factory-method-desing-pattern-in-csharp

Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.
https://github.com/leodeveloper/factory-method-desing-pattern-in-csharp

Last synced: 8 months ago
JSON representation

Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.

Awesome Lists containing this project