Content deleted Content added
TakuyaMurata (talk | contribs) No edit summary |
TakuyaMurata (talk | contribs) credit |
||
Line 22:
* Some languages (such as Java) do not allow constructors to have different names (which may be necessary if you want to use the same method signature for two constructors)
* To allow the same instance to be reused instead of recreated each time it is needed (see FlyweightPattern)
== Credit ==
The first draft is based on an excerpt from [[WikiWikiWeb]].
|