GitHub / syedumerahmedcode / builder-pattern
This project uses builder pattern to create Objects. In this example, a custom Pizza is created for a restaurant using the Builder Pattern. Using this pattern removes the need to call new operator on a class and the same construction process can create different representations.It allows us to dynamically create objects however we want to.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syedumerahmedcode%2Fbuilder-pattern
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Java
Size: 27.3 KB
Dependencies parsed at: Pending
Created at: about 4 years ago
Updated at: 9 months ago
Pushed at: 9 months ago
Last synced at: 9 months ago
Topics: builder-design-pattern, gof-patterns, java