Science Fair Project Encyclopedia
Factory method
A Factory method is a static method of a class that constructs another instance of an object. It is used when the class knows more about the object than the client. Often in classes that have factory methods, are those who have private constructor(s) and other initialisation occurs before the instance is produced.
See also: Factory method pattern
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


