Added alias names for GOF patterns #267
This commit is contained in:
@ -10,6 +10,8 @@ tags:
|
||||
- Gang Of Four
|
||||
---
|
||||
|
||||
**Also known as:** Virtual Constructor
|
||||
|
||||
**Intent:** Define an interface for creating an object, but let subclasses
|
||||
decide which class to instantiate. Factory Method lets a class defer
|
||||
instantiation to subclasses.
|
||||
|
Reference in New Issue
Block a user