CSC/ECE 517 Fall 2007/wiki3 5 ld

From Expertiza_Wiki
Revision as of 23:27, 19 November 2007 by Qding (talk | contribs) (→‎Introduction)
Jump to navigation Jump to search

Topic

Take the Creator pattern and catalog the information on it available on the Web. Explain how it is different from the Factory pattern. Find good descriptions and good, concise, understandable examples. Tell which you consider the best to present to a class.

Introduction

GRASP

Most design patterns are used by programmers to better the code structure and facilitate their coding and maintenance. However, Creator Pattern belongs to a different kind of design pattern: the process pattern.

Pros and Cons

Example of Creator Pattern

Comparison with Factory Pattern

Examples for Both Creator and Factory

Reference