You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows you to create different flavors of an object while avoiding constructor pollution.
Useful when there could be several flavors of an object.
Or when there are a lot of steps involved in creation of an object.