Tech Tutorials Database
GeekArticles Microsoft C#
 

Prototype Patterns

 
Author: c-sharpcorner.com
Category: C#
Comments (0)

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

Read More...




Sponsored Links




Read Next: Processing A .aspx File From Console Window, Without Using IIS



 

 

Comments



Post Your Comment:

Your Name:*
e-mail ID:(required for notification)*
Image Verification: 
 
 Subscribe