|
|
The Factory Design Pattern delegates the work of object creation to derived classes of the interface | |
The Abstract Factory is a type of design pattern that is used for creating groups of dependant instances of classes without specifying their concrete classes. | |
. | The Builder Design Pattern separates the creation of an instance of a class from its representation so that the same creation pattern can be used for creating different representations of the object. |
The Singleton Design Pattern makes sure that at any point of time, there is one and only one instance of a class present and also provides a global point of access to the object. | |
The Prototype Design Pattern creates new instances of classes by copying its prototype |
This site was developed and is maintained by Gopalan Suresh Raj This page has been visited times since February 14,1998. |
Last Updated : Mar13, '98 |
Copyright (c) 1997-2000, Gopalan Suresh Raj - All rights reserved. Terms of use. |
All products and companies mentioned at this site are trademarks of their respective owners. |