The Creational Design Patterns focus on how objects are created and utilized in an application. It tackle the aspects of when and how objects are created, keeping in mind whats the best way these objects should be created.
Following well known patterns are fall under creational patterns:
· Abstract Factory - Creates an instance of several families of classes.
· Builder - Separates object construction from its representation.
· Factory Method- Creates an instance of several derived classes.
· Prototype- A fully initialized instance to be copied or cloned.
· Singleton- A class of which only a single instance can exist.
Remembering the name of the patterns are difficult so I have struck an idea which we normally used in school / college days to remember long lists. The first letter of the name of each pattern. So here for creational pattern list.
ABFPS
I will discuss each pattern in details in my blog as day progress.
Creational Patterns: An Introduction
Reviewed by kamal kumar das
on
February 20, 2012
Rating:
No comments: