CSC/ECE 517 Fall 2011/ch4 4h kp

From Expertiza_Wiki
Revision as of 01:04, 21 October 2011 by Lpatil (talk | contribs) (→‎Definition)
Jump to navigation Jump to search

Introduction

This wiki article discusses about some of the commonly used & easy to understand Desgin patterns[1] in the software industry. Specifically, we will be studying about the Singleton, Adapter, Command & Strategy patterns.

Design Pattern

Definition

Some of the common definitions available online are as follows.

Examples

Singleton

Adapter

Command

Strategy

Conclusion

References

<references/>

External Links