GitHub / syedumerahmedcode / factory-pattern
The aim of this project is to show case how to create types of classes(which originate from an Interface/Abstract class) and create objects dynamically. Otherwise, without factory method pattern, we have to create objects at compile time which increases coupling but also code harder to extend for future requirements. --
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedumerahmedcode%2Ffactory-pattern
PURL: pkg:github/syedumerahmedcode/factory-pattern
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Java
Size: 87.9 KB
Dependencies parsed at: Pending
Created at: over 3 years ago
Updated at: 11 months ago
Pushed at: 11 months ago
Last synced at: 11 months ago
Topics: description, design-pattern, design-patterns, factory-method-pattern, gang-of-four, gang-of-four-design-patterns, java