GeekArticles
Microsoft
C#
Microsoft
C#Prototype Patterns
ubmitted By User Level Date of Submission Ashish Jaiman Intermediate 03/22/2002 Source code: PrototypePatternCode.zip 2 KB The Prototype pattern is used when creating an instance of a class is very time-consuming or complex in some way. Then, rather than creating more instances, you make copies of the original instance, modifying them as appropriate. Prototypes can also be used whenever you need classes that differ only in the type of processing they offer i.e. when there are many...n
Sponsored Links
Related Topics
