
Not rated
The singleton pattern is used to restrict instantiation of a class to just one object. The need for this arises...
Revision #2 Posted by
Juan Carlos on Mon, Nov 24 2008

Not rated
The visitor design pattern is used as a way to separate an algorithm from an object in which the algorithm performs...
Revision #1 Posted by
Juan Carlos on Mon, Nov 24 2008

Not rated
This pattern is very much implemented in most of the existing OOP languages. For example, in C#.Net you can iterate...
Revision #1 Posted by
Juan Carlos on Mon, Nov 24 2008

Not rated
The creational design patterns are the design patterns that are used to tackle the needs around object creation...
Revision #1 Posted by
Juan Carlos on Mon, Nov 24 2008

Not rated
The Factory Method Pattern is used mostly when you need a method which sole purpose is to create classes. At first...
Revision #1 Posted by
Juan Carlos on Mon, Nov 24 2008
1
2 Next >