https://github.com/howprogrammingworks/abstractfactory
Abstract Factory Pattern
https://github.com/howprogrammingworks/abstractfactory
Last synced: 21 days ago
JSON representation
Abstract Factory Pattern
- Host: GitHub
- URL: https://github.com/howprogrammingworks/abstractfactory
- Owner: HowProgrammingWorks
- License: mit
- Created: 2019-06-28T14:27:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T21:36:29.000Z (over 1 year ago)
- Last Synced: 2025-05-07T18:53:37.704Z (10 months ago)
- Language: JavaScript
- Homepage: https://www.youtube.com/TimurShemsedinov
- Size: 48.8 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Abstract Factory Pattern
Define an abstract class (or an interface) for creating families of related or
dependent objects without specifying their concrete classes.