What is the need for Prototype Pattern in C#?In your web
application, if you want to postpone execution of actual class by substituting
another class for it then you can do it using Prototype Pattern. The substituted
class is the prototype class. The actual class will be a cloned copy of
the prototype class. After cloning, you can add more details to your actual
class. Here is
a code sample to demonstrate it: }
FREE
Subscription
Subscribe
to our mailing list and receive new articles Note
: We never rent, trade, or sell my email lists to Visit
.NET Programming Tutorial Homepage ______________________________________________________ |