CSC/ECE 517 Fall 2009/wiki3 15 Programming by Assertions

From Expertiza_Wiki
Revision as of 16:34, 13 November 2009 by Expertiza (talk | contribs)
Jump to navigation Jump to search

"Factory method is a type of creational pattern. Like other creational patterns, it deals with the problem of creating objects (products) without specifying the exact class of object that will be created. Be sure to emphasize how it is different from the more general Creator pattern. Also give several examples of how it can be used, and where it provides a more elegant solution than other creational patterns."

Introduction

In object oriented language

What is factory method

Example

Known usage

Limitations

Conclusion

References