https://github.com/howprogrammingworks/factorymethod
Factory method
https://github.com/howprogrammingworks/factorymethod
Last synced: 10 months ago
JSON representation
Factory method
- Host: GitHub
- URL: https://github.com/howprogrammingworks/factorymethod
- Owner: HowProgrammingWorks
- License: mit
- Created: 2020-02-04T16:09:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T13:14:00.000Z (about 1 year ago)
- Last Synced: 2025-03-31T12:58:11.382Z (12 months ago)
- Language: JavaScript
- Homepage: https://www.youtube.com/TimurShemsedinov
- Size: 53.7 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Factory method
Define an abstract class (or an interface) for object instantiation, but let
subclasses (or interface implementation) decide which class to instantiate.