Juan Carlos' site
"Hikari demo yami demo"

Programming

A Wiki about programming concepts like Object Oriented programming, patters, etc.

Table of Contents

Google Adds

Not rated

Singleton Pattern

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

Visitor Pattern

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

Iterator pattern

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

Creational Design Patterns

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

Factory Method Pattern

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 >
Copyright JCBauza.com, 2009
Powered by Community Server (Non-Commercial Edition), by Telligent Systems