| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
| layout | pattern | |||
|---|---|---|---|---|
| title | Factory Method | |||
| folder | factory-method | |||
| permalink | /patterns/factory-method/ | |||
| categories | Creational | |||
| tags |
|
Virtual Constructor
Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.
Use the Factory Method pattern when
| Back | FazBrowse Home | New Git URL |